public class CrossReferenceTable extends CrossReferenceObject
startxref, trailerDictionary
Constructor and Description |
---|
CrossReferenceTable(TrailerDictionary trailerDictionary,
long startxref,
List<Long> location,
int first,
int last,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
output(OutputStream stream)
Writes the cross reference data to a PDF stream
|
public CrossReferenceTable(TrailerDictionary trailerDictionary, long startxref, List<Long> location, int first, int last, int size)
public void output(OutputStream stream) throws IOException
CrossReferenceObject
output
in class CrossReferenceObject
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.