Package com.adbs.utils
package com.adbs.utils
-
ClassDescriptionEncodes and decodes to and from Base64 notation.A
Base64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.Wrapper<E>