Class 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: Base64EncodeStream.java 1732018 2016-02-24 04:51:06Z gadams $ Originally authored by Thomas DeWeese, Vincent Hardy, and Chuck McManis.