Encodes binary data to plain text as Base64.
Despite there being a gazillion other Base64 implementations out there, this has been written as part of XStream as
it forms a core part but is too trivial to warrant an extra dependency.
This meets the standard as described in RFC 1521, section 5.2 , allowing
other Base64 tools to manipulate the data.
author: Joe Walnes |