Package org.verapdf.features.objects
Interface EmbeddedFileFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
public interface EmbeddedFileFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAFRelationship()StringgetCheckSum()CalendargetCreationDate()InputStreamgetData()StringgetDescription()StringgetFileName()StringgetFilter()intgetIndex()CalendargetModDate()LonggetSize()StringgetSubtype()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getIndex
int getIndex()
-
getFileName
String getFileName()
-
getDescription
String getDescription()
-
getAFRelationship
String getAFRelationship()
-
getSubtype
String getSubtype()
-
getFilter
String getFilter()
-
getCreationDate
Calendar getCreationDate()
-
getModDate
Calendar getModDate()
-
getCheckSum
String getCheckSum()
-
getSize
Long getSize()
-
getData
InputStream getData()
-
-