Interface CustomDecodeFilter
- All Superinterfaces:
CustomFilter
- All Known Subinterfaces:
ImageFilterInterface
Declares the functionality needed for creating a custom decode filter.
-
Method Summary
Modifier and TypeMethodDescriptiondecode(InputStream in, FilterParams filterParams) Decode the stream applying the required filter and using the supplied filter parameters if needed.Methods inherited from interface com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilter
getName
-
Method Details
-
decode
Decode the stream applying the required filter and using the supplied filter parameters if needed.- Parameters:
in-filterParams-- Returns:
- decoded bytes in an input stream.
- Throws:
CustomFilterException
-