Package org.verapdf.cos.xref
Class COSXRefInfo
java.lang.Object
org.verapdf.cos.xref.COSXRefInfo
Class represents xref section with trailer.
- Author:
- Timur Kamalov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetStartXRef(long startXRef) Sets offset of xref section.voidsetTrailer(COSObject object) Sets trailer of this section.voidsetXref(COSXRefSection xref) Sets xref section object.
-
Constructor Details
-
COSXRefInfo
public COSXRefInfo()Creates empty COSXrefInfo object.
-
-
Method Details
-
getStartXRef
public long getStartXRef()- Returns:
- offset of xref section.
-
setStartXRef
public void setStartXRef(long startXRef) Sets offset of xref section. -
getXRefSection
- Returns:
- xref section object.
-
setXref
Sets xref section object. -
getTrailer
- Returns:
- trailer of this section.
-
setTrailer
Sets trailer of this section.
-