Class COSXRefInfo


  • public class COSXRefInfo
    extends Object
    Class represents xref section with trailer.
    Author:
    Timur Kamalov
    • Constructor Detail

      • COSXRefInfo

        public COSXRefInfo()
        Creates empty COSXrefInfo object.
    • Method Detail

      • 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.