| Interface | Description |
|---|---|
| BZip2Constants |
Base class for both the compress and decompress classes.
|
| Codec |
This class is an interface for any kind of compression or decompression.
|
| Class | Description |
|---|---|
| AdobeDeflateCodec |
This class implements Adobe Deflate decompression.
|
| Base64Codec |
Implements encoding (compress) and decoding (decompress) methods
for Base64.
|
| BaseCodec |
BaseCodec contains default implementation and testing for classes
implementing the Codec interface, and acts as a base class for any
of the compression classes.
|
| BitBuffer |
A class for reading arbitrary numbers of bits from a byte array.
|
| BitWriter |
A class for writing arbitrary numbers of bits to a byte array.
|
| ByteVector |
A growable array of bytes.
|
| CBZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
| CRC |
A simple class the hold and calculate the CRC for sanity checking
of the data.
|
| JPEGCodec |
This class implements JPEG decompression.
|
| LuraWaveCodec |
This class provides LuraWave decompression, using LuraWave's Java decoding
library.
|
| LZOCodec |
This class implements LZO decompression.
|
| LZWCodec |
Implements basic LZW compression and decompression, as outlined in the
TIFF 6.0 Specification at
http://partners.adobe.com/asn/developer/pdfs/tn/TIFF6.pdf (page 61).
|
| LZWTreeNode |
An LZW-compression helper class for building a symbol table in tree format.
|
| MJPBCodec |
Methods for compressing and decompressing QuickTime Motion JPEG-B data.
|
| MSRLECodec |
Methods for compressing and decompressing data using Microsoft RLE.
|
| MSVideoCodec |
Methods for compressing and decompressing data using Microsoft Video 1.
|
| NikonCodec |
This class implements Nikon decompression.
|
| PackbitsCodec |
This class implements packbits decompression.
|
| QTRLECodec |
Methods for compressing and decompressing data using QuickTime RLE.
|
| RPZACodec |
Implements encoding and decoding methods for Apple RPZA.
|