See: Description
| Interface | Description |
|---|---|
| Filter |
This is the interface that will be used to apply filters to a byte stream.
|
| Class | Description |
|---|---|
| ASCII85Filter |
This is the used for the ASCIIHexDecode filter.
|
| ASCIIHexFilter |
This is the used for the ASCIIHexDecode filter.
|
| CCITTFaxDecodeFilter |
This is a filter for the CCITTFax Decoder.
|
| CryptFilter | |
| DCTFilter |
This is the used for the DCTDecode filter.
|
| FilterManager |
This will contain manage all the different types of filters that are available.
|
| FlateFilter |
This is the used for the FlateDecode filter.
|
| IdentityFilter |
The IdentityFilter filter just passes the data through without any modifications.
|
| JBIG2Filter |
Modeled on the JBIG2Decode filter.
|
| JPXFilter |
This is used for the JPXDecode filter.
|
| LZWFilter |
This is the filter used for the LZWDecode filter.
|
| Predictor |
Helper class to contain predictor decoding used by Flate and LZW filter.
|
| RunLengthDecodeFilter |
This is a filter for the RunLength Decoder.
|
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.