public static class BASE64EncoderStream
extends java.lang.Object
This class implements a BASE64 encoder. It is implemented as
a FilterOutputStream, so one can just wrap this class around
any output stream and write bytes into this filter. The encoding
is done as the bytes are written out.
- See Also:
- Serialized Form