Package org.verapdf.model.coslayer
Interface CosStream
- All Known Implementing Classes:
GFCosStream
PDF Stream type
-
Method Summary
Modifier and TypeMethodDescriptiontrue if spacings around keywords 'endstream' comply to the PDF/A standardgetF()
represents value of F key or null if stream does not contain this keyrepresents value of FDecodeParms key or null if stream does not contain this keyrepresents value of FFilter key or null if stream does not contain this keyvalue of the Length key in the Stream dictionaryreal length of streamtrue if spacings around keywords 'stream' comply to the PDF/A standardMethods 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 Details
-
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
-