Interface CustomDecodeFilter

All Superinterfaces:
CustomFilter
All Known Subinterfaces:
ImageFilterInterface

public interface CustomDecodeFilter extends CustomFilter
Declares the functionality needed for creating a custom decode filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(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