Uses of Interface
org.apache.commons.compress.compressors.bzip2.BZip2Constants
-
Packages that use BZip2Constants Package Description org.apache.commons.compress.compressors.bzip2 Streams that compress and decompress the BZip2 format (without the file header chars). -
-
Uses of BZip2Constants in org.apache.commons.compress.compressors.bzip2
Classes in org.apache.commons.compress.compressors.bzip2 that implement BZip2Constants Modifier and Type Class Description classBZip2InputStreamAn input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.classBZip2OutputStreamAn output stream that compresses into the BZip2 format (without the file header chars) into another stream.
-