| 接口 | 说明 |
|---|---|
| BZip2Constants |
Base class for both the compress and decompress classes.
|
| 类 | 说明 |
|---|---|
| BZip2DummyCompressor |
This is a dummy compressor for BZip2.
|
| BZip2DummyDecompressor |
This is a dummy decompressor for BZip2.
|
| 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.
|
| 枚举 | 说明 |
|---|---|
| CBZip2InputStream.STATE |
A state machine to keep track of current state of the de-coder
|
Copyright © 2009 The Apache Software Foundation