Package com.itextpdf.text.pdf
Interface FilterHandlers.FilterHandler
-
- 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
-
-