Package | Description |
---|---|
org.apache.commons.compress.compressors.bzip2 |
Streams that compress and decompress the BZip2 format (without the
file header chars).
|
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.
|