| Modifier and Type | Field and Description |
|---|---|
static String |
COS_STREAM_TYPE
Type name for PBCosStream
|
static String |
F_DECODE_PARMS |
static String |
FILTERS |
COS_DICT_TYPE, document, flavour, KEYS, METADATA, VALUESbaseObject, MAX_NUMBER_OF_ELEMENTScontextDependent| Constructor and Description |
|---|
PBCosStream(COSStream stream,
PDDocument document,
PDFAFlavour flavour)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getendstreamKeywordEOLCompliant()
true if spacings around keywords 'endstream' comply to the PDF/A standard
|
String |
getF()
represents value of F key or null if stream does not contain this key
|
String |
getFDecodeParms()
represents value of FDecodeParms key or null if stream does not contain this key
|
String |
getFFilter()
represents value of FFilter key or null if stream does not contain this key
|
Boolean |
getisLengthCorrect()
true if the value of Length key matches the actual length of the stream
|
Long |
getLength()
length of the stream
|
List<? extends Object> |
getLinkedObjects(String link) |
Boolean |
getstreamKeywordCRLFCompliant()
true if the spacing around stream complies with the PDF/A requirements
|
getFromValuegetContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String FILTERS
public static final String COS_STREAM_TYPE
public static final String F_DECODE_PARMS
public PBCosStream(COSStream stream, PDDocument document, PDFAFlavour flavour)
stream - pdfbox COSStreampublic Long getLength()
public String getF()
CosStreampublic String getFFilter()
CosStreamgetFFilter in interface CosStreampublic String getFDecodeParms()
CosStreamgetFDecodeParms in interface CosStreampublic Boolean getstreamKeywordCRLFCompliant()
getstreamKeywordCRLFCompliant in interface CosStreampublic Boolean getendstreamKeywordEOLCompliant()
CosStreamgetendstreamKeywordEOLCompliant in interface CosStreampublic Boolean getisLengthCorrect()
getisLengthCorrect in interface CosStreampublic List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class PBCosDictlink - - the name of a linkCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.