intarsys PDF library API

de.intarsys.pdf.filter
Class StandardFilterFactory

java.lang.Object
  extended by de.intarsys.pdf.filter.StandardFilterFactory
All Implemented Interfaces:
IFilterFactory

public class StandardFilterFactory
extends Object
implements IFilterFactory

Factory to create pdf filtering streams by name.


Constructor Summary
StandardFilterFactory()
           
 
Method Summary
 IFilter createFilter(COSName filterName, COSDictionary options)
          Create an IFilter that can deliver decoded bytes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFilterFactory

public StandardFilterFactory()
Method Detail

createFilter

public IFilter createFilter(COSName filterName,
                            COSDictionary options)
                     throws IOException
Create an IFilter that can deliver decoded bytes.

Specified by:
createFilter in interface IFilterFactory
Parameters:
filterName - Filter name to lookup
options - The options to use for the filter.
Returns:
An IFilter
Throws:
IOException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.