Uses of Package
org.apache.commons.compress.compressors.bzip2
-
Packages that use org.apache.commons.compress.compressors.bzip2 Package Description org.apache.commons.compress.compressors.bzip2 Streams that compress and decompress the BZip2 format (without the file header chars). -
Classes in org.apache.commons.compress.compressors.bzip2 used by org.apache.commons.compress.compressors.bzip2 Class Description BZip2Constants Base class for both the compress and decompress classes.BZip2InputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.BZip2OutputStream An output stream that compresses into the BZip2 format (without the file header chars) into another stream.CRC A simple class the hold and calculate the CRC for sanity checking of the data.