Class CBZip2InputStream

java.lang.Object
java.io.InputStream
org.bouncycastle.apache.bzip2.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.