Package org.pdfbox.filter

This package will hold the PDFBox implementations of the filters that are used in PDF documents.

See:
          Description

Interface Summary
Filter This is the interface that will be used to apply filters to a byte stream.
 

Class Summary
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.
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.
LZWFilter This is the used for the LZWDecode filter.
RunLengthDecodeFilter This is a filter for the RunLength Decoder.
 

Package org.pdfbox.filter Description

This package will hold the PDFBox implementations of the filters that are used in PDF documents.