Package com.pd4ml.pdf.cos.filter
Class FilterFactory
- java.lang.Object
-
- com.pd4ml.pdf.cos.filter.FilterFactory
-
public final class FilterFactory extends java.lang.ObjectResolves a/Filtername to itsFilterimplementation. Filters not implemented here (e.g.DCTDecode/JPXDecode, which decode to an image rather than a byte stream, or the legacyLZWDecode) are reported viaisSupported(com.pd4ml.pdf.cos.COSName)so callers can fall back to returning the raw stream bytes instead of failing outright.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Filterget(COSName filterName)static booleanisSupported(COSName filterName)
-