Package com.helger.commons.base64
package com.helger.commons.base64
-
ClassesClassDescriptionEncodes and decodes to and from Base64 notation.A
Base64InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.