Uses of Class
org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
Packages that use BZip2OutputStream Package Description org.apache.commons.compress.compressors.bzip2 Streams that compress and decompress the BZip2 format (without the file header chars). -
-
Uses of BZip2OutputStream in org.apache.commons.compress.compressors.bzip2
Methods in org.apache.commons.compress.compressors.bzip2 that return BZip2OutputStream Modifier and Type Method Description private BZip2OutputStream
BZip2Compressor. getPackedOutput(java.io.OutputStream output)
Writes a 'BZ' header to the output stream, and creates a BZip2OutputStream object ready for use, as required by the BZip2OutputStream class.
-