Class COSXRefInfo

java.lang.Object
org.verapdf.cos.xref.COSXRefInfo

public class COSXRefInfo extends Object
Class represents xref section with trailer.
Author:
Timur Kamalov
  • 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

      public COSXRefSection getXRefSection()
      Returns:
      xref section object.
    • setXref

      public void setXref(COSXRefSection xref)
      Sets xref section object.
    • getTrailer

      public COSTrailer getTrailer()
      Returns:
      trailer of this section.
    • setTrailer

      public void setTrailer(COSObject object)
      Sets trailer of this section.