com.itextpdf.text.pdf
Interface FilterHandlers.FilterHandler

Enclosing class:
FilterHandlers

public static interface FilterHandlers.FilterHandler

The main interface for creating a new FilterHandlers.FilterHandler


Method Summary
 byte[] decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
           
 

Method Detail

decode

byte[] decode(byte[] b,
              PdfName filterName,
              PdfObject decodeParams,
              PdfDictionary streamDictionary)
              throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.