Class Summary |
ASCII85Decode |
decode ASCII85 text into a byte array. |
ASCIIHexDecode |
decode an array of hex nybbles into a byte array |
CCITTFaxDecode |
|
CCITTFaxDecoder |
|
DCTDecode |
decode a DCT encoded array into a byte array. |
FlateDecode |
decode a deFlated byte array |
LZWDecode |
decode an LZW-encoded array of bytes. |
PDFDecoder |
A PDF Decoder encapsulates all the methods of decoding a stream of bytes
based on all the various encoding methods. |
PNGPredictor |
Undo prediction based on the PNG algorithm. |
Predictor |
The abstract superclass of various predictor objects that undo well-known
prediction algorithms. |
RunLengthDecode |
decode an array of Run Length encoded bytes into a byte array |
TIFFPredictor |
Undo prediction based on the TIFF Predictor 2 algorithm |