Package com.sun.pdfview.decode
| Class Summary |
| ASCII85Decode |
decode ASCII85 text into a byte array.
|
| ASCIIHexDecode |
decode an array of hex nybbles into a byte array
|
| CCITTFaxDecode |
Decode CCITT Group 4 format coding into a byte array |
| 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. |