Class Base64EncodingOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class Base64EncodingOutputStream extends AbstractBase64EncodingOutputStream
OutputStream implementation that writes base64 encoded data to another OutputStream using ASCII encoding. This class internally buffers the data before writing it to the underlying stream.