public static class ImageFeaturesData.Filter extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName() |
Map<String,String> |
getProperties() |
InputStream |
getStream() |
static ImageFeaturesData.Filter |
newInstance(String name,
Map<String,String> properties,
InputStream stream)
Constructs new Filter
|
public static ImageFeaturesData.Filter newInstance(String name, Map<String,String> properties, InputStream stream)
name - name of a filterproperties - map of properties of a filterstream - stream which used in filter as its parameter for JBIG2Decode filterpublic String getName()
public InputStream getStream()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.