Package com.itextpdf.text.pdf
Interface FilterHandlers.FilterHandler
-
- All Known Implementing Classes:
FilterHandlers.Filter_ASCII85DECODE
,FilterHandlers.Filter_ASCIIHEXDECODE
,FilterHandlers.Filter_CCITTFAXDECODE
,FilterHandlers.Filter_DoNothing
,FilterHandlers.Filter_FLATEDECODE
,FilterHandlers.Filter_LZWDECODE
,FilterHandlers.Filter_RUNLENGTHDECODE
,PdfImageObject.TrackingFilter
- Enclosing class:
- FilterHandlers
public static interface FilterHandlers.FilterHandler
The main interface for creating a newFilterHandlers.FilterHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
-
-
-
Method Detail
-
decode
byte[] decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) throws java.io.IOException
- Throws:
java.io.IOException
-
-