[root]/xstream/src/java/com/thoughtworks/xstream/converters/extended/base64
Moved Base64 encoder into the internal core package.
0 lines of code changed in:
EncodedByteArrayConverter is now registered by default.
* Base64 encoder and decoder complete.
* EncodedByteArrayConverter now uses the custom encoder (no longer depends on proprietary Sun libraries).
* EncodedByteArrayConverter can unmarshal old-style individual <byte> elements, for backwards compatability.
54 lines of code changed in:
Base64 encoding in place. Next stop, decoding.
17 lines of code changed in:
More hacking at base64
23 lines of code changed in:
A little bit of base. (64).
21 lines of code changed in: