Class CBZip2InputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, BZip2Constants

    public class CBZip2InputStream
    extends InputStream
    implements BZip2Constants
    An input stream that decompresses from the BZip2 format (with the file header chars) to be read as any other stream.
    Author:
    Keiron Liddle NB: note this class has been modified to read the leading BZ from the start of the BZIP2 stream to make it compatible with other PGP programs.