|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.stream.PdfDecodeStream
Performs pipelined stream filtering to attempt to decode a stream. This class is synchronized.
| Constructor Summary | |
PdfDecodeStream(PdfManager manager)
Constructs an instance of this class with a specified manager. |
|
| Method Summary | |
PdfStream |
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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdfDecodeStream(PdfManager manager)
manager - the manager instance.| Method Detail |
public PdfStream decode(PdfStream stream)
throws java.io.IOException,
PdfFormatException,
PdfDecoderException
PdfDecoderNotSupportedException to indicate that it is
unable to decode the stream. If the stream is not encoded
with any filters, this method returns the original stream
unmodified.
stream - the stream to decode.
java.io.IOException
PdfFormatException
PdfDecoderException
|
Copyright © 1998-2004 Etymon Systems, Inc. The PDF data structures, operators, and specification are |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||