![]() | ![]() |
[root]/src/java/com/thoughtworks/xstream/converters/extended/base64
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
joe | 5 (100.0%) | 115 (100.0%) | 23.0 |
Moved Base64 encoder into the internal core package.
0 lines of code changed in 1 file:
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 1 file:
Base64 encoding in place. Next stop, decoding.
17 lines of code changed in 1 file:
More hacking at base64
23 lines of code changed in 1 file:
A little bit of base. (64).
21 lines of code changed in 1 file: