Class Base64EncoderStream

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

public class Base64EncoderStream 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.