|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.etymon.pjx.stream.PdfFlateFilter
Implements a stream filter for Flate compression (based on zlib/deflate). This class is synchronized.
| Constructor Summary | |
PdfFlateFilter(PdfManager manager)
Constructs an instance of this class with a specified manager instance. |
|
| Method Summary | |
PdfStream |
decode(PdfStream stream)
Decodes a stream using this filter's decoding method. |
PdfStream |
encode(PdfStream stream)
Encodes a stream using this filter's encoding method. |
PdfName |
getName()
Returns the name of this filter method. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdfFlateFilter(PdfManager manager)
manager - the manager instance.| Method Detail |
public PdfName getName()
PdfStreamFilter
getName in interface PdfStreamFilter
public PdfStream encode(PdfStream stream)
throws java.io.IOException,
PdfFormatException
PdfStreamFilter
encode in interface PdfStreamFilterstream - the stream to encode.
PdfFormatException
java.io.IOException
public PdfStream decode(PdfStream stream)
throws java.io.IOException,
PdfFormatException,
PdfDecoderFormatException
PdfStreamFilter
decode in interface PdfStreamFilterstream - the stream to decode.
PdfFormatException
java.io.IOException
PdfDecoderFormatException
|
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 | ||||||||||