de.intarsys.pdf.filter
Class StandardFilterFactory
java.lang.Object
de.intarsys.pdf.filter.StandardFilterFactory
- All Implemented Interfaces:
- IFilterFactory
public class StandardFilterFactory
- extends Object
- implements IFilterFactory
Factory to create pdf filtering streams by name.
StandardFilterFactory
public StandardFilterFactory()
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 lookupoptions
- The options to use for the filter.
- Returns:
- An
IFilter
- Throws:
IOException
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.