|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.stream.PdfEncodeStream
Provides commonly used stream encoding functions. This class is synchronized.
| Constructor Summary | |
PdfEncodeStream(PdfManager manager)
Constructs an instance of this class with a specified manager. |
|
| Method Summary | |
PdfStream |
compressFlate(PdfStream stream)
Encodes a stream using the Flate compression method (based on zlib/deflate). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdfEncodeStream(PdfManager manager)
manager - the manager instance.| Method Detail |
public PdfStream compressFlate(PdfStream stream)
throws java.io.IOException,
PdfFormatException
PdfFlateFilter.encode(PdfStream) to perform the encoding.
stream - the stream to encode.
java.io.IOException
PdfFormatException
|
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 | ||||||||||