Class Base64EncodeStream

java.lang.Object
java.io.OutputStream
org.apache.xmlgraphics.util.io.Base64EncodeStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class Base64EncodeStream extends OutputStream
This class implements a Base64 Character encoder as specified in RFC1113. Unlike some other encoding schemes there is nothing in this encoding that indicates where a buffer starts or ends. This means that the encoded text will simply start with the first line of encoded text and end with the last line of encoded text.
Version:
$Id$ Originally authored by Thomas DeWeese, Vincent Hardy, and Chuck McManis.