Class PDFXEntry


  • public class PDFXEntry
    extends java.lang.Object
    This class represents a PDF XRef entry.
    • Field Detail

      • state

        public int state
      • objectNumber

        public int objectNumber
      • fileOffset

        public int fileOffset
      • generation

        public int generation
      • value

        public java.lang.Object value
    • Constructor Detail

      • PDFXEntry

        public PDFXEntry​(int index)
        Creates a new PDF XREF entry.
    • Method Detail

      • reset

        public void reset()
        Releases the reference to the object.
      • toString

        public java.lang.String toString()
        Returns a string representation.
        Overrides:
        toString in class java.lang.Object