Uses of Class
org.apache.commons.compress.compressors.bzip2.BZip2InputStream

Packages that use BZip2InputStream
org.apache.commons.compress.compressors.bzip2 Streams that compress and decompress the BZip2 format (without the file header chars). 
 

Uses of BZip2InputStream in org.apache.commons.compress.compressors.bzip2
 

Methods in org.apache.commons.compress.compressors.bzip2 that return BZip2InputStream
private  BZip2InputStream BZip2Compressor.getPackedInput(java.io.InputStream input)
          Skips the 'BZ' header bytes.