Class CrossReferenceObject

java.lang.Object
org.apache.fop.pdf.xref.CrossReferenceObject
Direct Known Subclasses:
CrossReferenceStream, CrossReferenceTable

public abstract class CrossReferenceObject extends Object
A representation of the cross-reference data to be output at the end of a PDF file.
  • Field Details

    • trailerDictionary

      protected final TrailerDictionary trailerDictionary
    • startxref

      protected final long startxref
  • Method Details

    • output

      public abstract void output(OutputStream stream) throws IOException
      Writes the cross reference data to a PDF stream
      Parameters:
      stream - the stream to write the cross reference to
      Throws:
      IOException - if an I/O exception occurs while writing the data