Class CBZip2OutputStream

java.lang.Object
java.io.OutputStream
org.bouncycastle.apache.bzip2.CBZip2OutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, BZip2Constants

public class CBZip2OutputStream extends OutputStream implements BZip2Constants
An output stream that compresses into the BZip2 format (with the file header chars) into another stream.