public abstract class CrossReferenceObject extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
startxref |
protected TrailerDictionary |
trailerDictionary |
Modifier and Type | Method and Description |
---|---|
abstract void |
output(OutputStream stream)
Writes the cross reference data to a PDF stream
|
protected final TrailerDictionary trailerDictionary
protected final long startxref
public abstract void output(OutputStream stream) throws IOException
stream
- the stream to write the cross reference toIOException
- if an I/O exception occurs while writing the dataCopyright © 2025 Apache Software Foundation. All rights reserved.