[root]/xstream/src/test/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.
11 lines of code changed in:
Base64 encoding in place. Next stop, decoding.
83 lines of code changed in:
More hacking at base64
12 lines of code changed in:
A little bit of base. (64).
17 lines of code changed in: