Package com.etymon.pjx.stream

Provides methods for encoding and decoding PDF streams.

See:
          Description

Interface Summary
PdfStreamFilter A filtering function that implements PDF stream filter encoding and decoding.
 

Class Summary
PdfDecodeStream Performs pipelined stream filtering to attempt to decode a stream.
PdfEncodeStream Provides commonly used stream encoding functions.
PdfFlateFilter Implements a stream filter for Flate compression (based on zlib/deflate).
 

Exception Summary
PdfDecoderException Thrown if there is a problem related to PDF stream encoding or decoding.
PdfDecoderFormatException Thrown if a stream decoder encounters data in a stream that it cannot decode.
PdfDecoderNotSupportedException Thrown if stream decoding requires a decoder method that is not supported by this package.
 

Package com.etymon.pjx.stream Description

Provides methods for encoding and decoding PDF streams. The main classes are PdfEncodeStream and PdfDecodeStream, which provide the most commonly used functions. If more control is needed, the classes that implement PdfStreamFilter can be used directly.