Class BaseEncoderOutputStream

java.lang.Object
java.io.OutputStream
org.refcodes.codec.BaseEncoderOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class BaseEncoderOutputStream extends OutputStream
The BaseEncoderOutputStream is an implementations of the BaseEncoder interface to be used with OutputStream instances. Make sure to call close() when done as the final padding bytes are appended to the end!