Base64.java | Class | Encodes and decodes to and from Base64 notation.
Change Log:
- v2.0.2 - Now specifies UTF-8 encoding in places where the code fails on
systems with other encodings (like EBCDIC).
- v2.0.1 - Fixed an error when decoding a single byte, that is, when the
encoded data was a single byte.
- v2.0 - I got rid of methods that used booleans to set options.
|