Class Base64EncodingWriterOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class Base64EncodingWriterOutputStream extends AbstractBase64EncodingOutputStream
OutputStream implementation that writes base64 encoded data to a Writer. This class internally buffers the data before writing it to the underlying stream.