Class 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.
    Author:
    Keiron Liddle TODO: Update to BZip2 1.0.1 NB: note this class has been modified to add a leading BZ to the start of the BZIP2 stream to make it compatible with other PGP programs.