Package org.verapdf.features
Class EmbeddedFileFeaturesData
- java.lang.Object
-
- org.verapdf.features.FeaturesData
-
- org.verapdf.features.EmbeddedFileFeaturesData
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class EmbeddedFileFeaturesData extends FeaturesData
Features data of an embedded file for feature extractor- Author:
- Maksim Bezrukov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedFileFeaturesData.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAFRelationship()StringgetCheckSum()CalendargetCreationDate()StringgetDescription()CalendargetModDate()StringgetName()IntegergetSize()StringgetSubtype()-
Methods inherited from class org.verapdf.features.FeaturesData
close, getStream
-
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- name of a file
-
getDescription
public String getDescription()
- Returns:
- description of a file
-
getSubtype
public String getSubtype()
- Returns:
- subtype of a file
-
getCreationDate
public Calendar getCreationDate()
- Returns:
- creation date of a file
-
getModDate
public Calendar getModDate()
- Returns:
- modification date of a file
-
getCheckSum
public String getCheckSum()
- Returns:
- checksum of a file
-
getSize
public Integer getSize()
- Returns:
- size of a file
-
getAFRelationship
public String getAFRelationship()
- Returns:
- AFRelationship value
-
-