|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Decoder | Interface for decoders. |
| Encoder | Interface for encoders. |
| Class Summary | |
|---|---|
| Base64Decoder | Decoder implementation for standard base64 encoding. |
| Base64Encoder | Encoder implementation for standard base64 encoding. |
| DecoderStream | An InputStream that provides on-the-fly decoding from an underlying
stream. |
| EncoderStream | An OutputStream that provides on-the-fly encoding to an underlying
stream. |
| PackBits16Decoder | Decoder implementation for 16 bit-chunked Apple PackBits-like run-length encoding. |
| PackBitsDecoder | Decoder implementation for Apple PackBits run-length encoding. |
| PackBitsEncoder | Encoder implementation for Apple PackBits run-length encoding. |
| Exception Summary | |
|---|---|
| DecodeException | Thrown by Decoders when encoded data can not be decoded. |
Contains customized stream classes, that can read or write compressed data on the fly, along with encoders and decoders for popular stream formats, such as Base64, ZIP (deflate), LZW, PackBits etc..
DecoderStream,
EncoderStream,
Decoder,
Encoder,
DecodeException
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||