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 keyLonggetLength()value of the Length key in the Stream dictionaryLonggetrealLength()real length of streamBooleangetstreamKeywordCRLFCompliant()true if spacings around keywords 'stream' comply to the PDF/A standard-
Methods inherited from interface org.verapdf.model.coslayer.CosDict
getkeysString, getsize
-
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
-
getrealLength
Long getrealLength()
real length of stream
-
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
-
-