Package org.verapdf.model.coslayer
Interface CosStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetendstreamKeywordEOLCompliant()true if spacings around keywords 'endstream' comply to the PDF/A standardStringgetF()represents value of F key or null if stream does not contain this keyStringgetFDecodeParms()represents value of FDecodeParms key or null if stream does not contain this keyStringgetFFilter()represents value of FFilter key or null if stream does not contain this keyBooleangetisLengthCorrect()true if the value of Length key matches the actual length of the streamLonggetLength()value of the Length key in the Stream dictionaryBooleangetstreamKeywordCRLFCompliant()true if spacings around keywords 'stream' comply to the PDF/A standard-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLength
Long getLength()
value of the Length key in the Stream dictionary
-
getF
String getF()
represents value of F key or null if stream does not contain this key
-
getFFilter
String getFFilter()
represents value of FFilter key or null if stream does not contain this key
-
getFDecodeParms
String getFDecodeParms()
represents value of FDecodeParms key or null if stream does not contain this key
-
getstreamKeywordCRLFCompliant
Boolean getstreamKeywordCRLFCompliant()
true if spacings around keywords 'stream' comply to the PDF/A standard
-
getendstreamKeywordEOLCompliant
Boolean getendstreamKeywordEOLCompliant()
true if spacings around keywords 'endstream' comply to the PDF/A standard
-
getisLengthCorrect
Boolean getisLengthCorrect()
true if the value of Length key matches the actual length of the stream
-
-