Interface CustomDecodeFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.InputStream decode​(java.io.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 Detail

      • decode

        java.io.InputStream decode​(java.io.InputStream in,
                                   FilterParams filterParams)
                            throws CustomFilterException
        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