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 and Description |
---|---|
private BZip2InputStream |
BZip2Compressor.getPackedInput(java.io.InputStream input)
Skips the 'BZ' header bytes.
|