Class CosObjectInfo
java.lang.Object
com.adobe.internal.pdftoolkit.core.cos.CosObjectInfo
Contains the information for lazy parsing of cos objects and
for noting the position of objects in the output file so that
the xref table can be generated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyValuesFrom
(CosObjectInfo template) getObject
(boolean loadIfRequired) int
int
long
getPos()
com.adobe.internal.pdftoolkit.core.cos.CosObjectRef
getRef()
int
getState()
int
toString()
-
Method Details
-
getObjNum
public int getObjNum() -
getObjGen
public int getObjGen() -
getObject
public CosObject getObject() throws PDFCosParseException, IOException, PDFSecurityException, PDFIOException -
getObject
public CosObject getObject(boolean loadIfRequired) throws PDFCosParseException, IOException, PDFSecurityException, PDFIOException -
getPos
public long getPos() -
getStreamNdx
public int getStreamNdx() -
getStreamInfo
-
getRef
public com.adobe.internal.pdftoolkit.core.cos.CosObjectRef getRef() -
getState
public int getState() -
copyValuesFrom
-
toString
-