Package | Description |
---|---|
com.etymon.pjx.stream |
Provides methods for encoding and decoding PDF streams.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfDecoderFormatException
Thrown if a stream decoder encounters data in a stream that it
cannot decode.
|
class |
PdfDecoderNotSupportedException
Thrown if stream decoding requires a decoder method that is not
supported by this package.
|
Modifier and Type | Method and Description |
---|---|
PdfStream |
PdfDecodeStream.decode(PdfStream stream)
Applies a sequence of stream filter decoders to the
specified stream, based on the stream dictionary's Filter
entry, in order to decode the stream.
|