Uses of Interface
org.apache.commons.compress.compressors.bzip2.BZip2Constants
Packages that use BZip2Constants
Package
Description
Provides stream classes for compressing and decompressing
streams using the BZip2 algorithm.
-
Uses of BZip2Constants in org.apache.commons.compress.compressors.bzip2
Classes in org.apache.commons.compress.compressors.bzip2 that implement BZip2ConstantsModifier and TypeClassDescriptionclassAn input stream that decompresses from the BZip2 format to be read as any other stream.classAn output stream that compresses into the BZip2 format into another stream.