Package | Description |
---|---|
org.apache.commons.compress.compressors.bzip2 |
Streams that compress and decompress the BZip2 format (without the
file header chars).
|
Modifier and Type | Class and Description |
---|---|
class |
BZip2InputStream
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
class |
BZip2OutputStream
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
|