Package org.verapdf.features
Class FeaturesData
- java.lang.Object
-
- org.verapdf.features.FeaturesData
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
EmbeddedFileFeaturesData,FontFeaturesData,ICCProfileFeaturesData,ImageFeaturesData,MetadataFeaturesData,SignatureFeaturesData
public class FeaturesData extends Object implements Closeable
Features data of an object for feature extractor- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFeaturesData(InputStream stream)Constructs new FeaturesData
-
-
-
Constructor Detail
-
FeaturesData
protected FeaturesData(InputStream stream)
Constructs new FeaturesData- Parameters:
stream- object stream
-
-
Method Detail
-
getStream
public InputStream getStream()
- Returns:
- stream of object
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-