com.etymon.pjx.stream |
Provides methods for encoding and decoding PDF streams. The main
classes are {@link com.etymon.pjx.stream.PdfEncodeStream
PdfEncodeStream} and {@link com.etymon.pjx.stream.PdfDecodeStream
PdfDecodeStream}, which provide the most commonly used functions. If
more control is needed, the classes that implement {@link
com.etymon.pjx.stream.PdfStreamFilter PdfStreamFilter} can be used
directly.
|
Java Source File Name | Type | Comment |
PdfDecoderException.java | Class | Thrown if there is a problem related to PDF stream encoding or
decoding. |
PdfDecoderFormatException.java | Class | Thrown if a stream decoder encounters data in a stream that it
cannot decode. |
PdfDecoderNotSupportedException.java | Class | Thrown if stream decoding requires a decoder method that is not
supported by this package. |
PdfDecodeStream.java | Class | Performs pipelined stream filtering to attempt to decode a stream. |
PdfEncodeStream.java | Class | Provides commonly used stream encoding functions. |
PdfFlateFilter.java | Class | Implements a stream filter for Flate compression (based on
zlib/deflate). |
PdfStreamFilter.java | Interface | A filtering function that implements PDF stream filter encoding and
decoding. |