Package com.helger.commons.base64
-
Class Summary Class Description Base64 Encodes and decodes to and from Base64 notation.Base64InputStream ABase64InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64OutputStream ABase64OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.