| Interface | Description |
|---|---|
| IFilter | |
| IFilterFactory |
A factory for
IFilter objects. |
| IPrediction | |
| IPredictionFactory |
A factory for
IPrediction objects. |
| Class | Description |
|---|---|
| ASCII85Filter | |
| ASCII85InputStream |
Input stream to decode binary data encoded in ASCII representable byte codes.
|
| ASCII85OutputStream |
Output stream to encode binary data with ASCII representable byte codes.
|
| ASCIIHexFilter | |
| ASCIIHexInputStream |
Input stream to decode binary data encoded in ascii representable byte codes.
|
| ASCIIHexOutputStream |
Output stream to encode binary data with ASCII representable byte codes.
|
| CCITTFaxDecoder | |
| CCITTFaxFilter | |
| CryptFilter | |
| DCTFilter | |
| Filter |
The abstract superclass for the implementation of IFilter.
|
| FilterFactory |
The VM singleton for accessing the
IFilterFactory. |
| FlateFilter | |
| JBIG2Filter | |
| JPXFilter | |
| LZWDecoder |
A class for performing LZW decoding.
|
| LZWFilter | |
| NoPrediction | |
| PNGAveragePrediction | |
| PNGNonePrediction | |
| PNGOptimumPrediction | |
| PNGPaethPrediction | |
| PNGPrediction | |
| PNGSubPrediction | |
| PNGUpPrediction | |
| Prediction | |
| PredictionFactory |
The VM singleton for accessing the
IPredictionFactory. |
| RunLengthFilter | |
| RunLengthInputStream |
An
InputStream implementing the run length algorithm as defined in
the PDF spec. |
| RunLengthOutputStream |
An output stream support run length encoding defined in the PDF spec.
|
| StandardFilterFactory |
Factory to create pdf filtering streams by name.
|
| StandardPredictionFactory |
The standard implementation for the
IPredictionFactory. |
| StreamBasedFilter | |
| TIFFPrediction |
The filter relevant parts of the PDF spec.
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.