|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfStreamFilter
A filtering function that implements PDF stream filter encoding and decoding.
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. |
Method Detail |
---|
PdfName getName()
PdfStream encode(PdfStream stream) throws java.io.IOException, PdfFormatException
stream
- the stream to encode.
PdfFormatException
java.io.IOException
PdfStream decode(PdfStream stream) throws java.io.IOException, PdfFormatException, PdfDecoderFormatException
stream
- the stream to decode.
PdfFormatException
java.io.IOException
PdfDecoderFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |