@InterfaceAudience.Private @InterfaceStability.Unstable
Interface | Description |
---|---|
BZip2Constants |
Base class for both the compress and decompress classes.
|
Class | Description |
---|---|
Bzip2Compressor |
A
Compressor based on the popular
bzip2 compression algorithm. |
Bzip2Decompressor |
A
Decompressor based on the popular
bzip2 compression algorithm. |
BZip2DummyCompressor |
This is a dummy compressor for BZip2.
|
BZip2DummyDecompressor |
This is a dummy decompressor for BZip2.
|
Bzip2Factory |
A collection of factories to create the right
bzip2 compressor/decompressor instances.
|
CBZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
CBZip2OutputStream |
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
|
Enum | Description |
---|---|
CBZip2InputStream.STATE |
A state machine to keep track of current state of the de-coder
|
Copyright © 2013 Apache Software Foundation. All rights reserved.