Class BZip2CompressorInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.compress.compressors.CompressorInputStream
org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, InputStreamStatistics

An input stream that decompresses from the BZip2 format to be read as any other stream.
This class is not thread-safe