Package org.apache.commons.compress.compressors.bzip2

Class Summary
BZip2CompressorInputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
BZip2CompressorOutputStream An output stream that compresses into the BZip2 format (without the file header chars) into another stream.