public class CrossReferenceStream extends CrossReferenceObject
startxref, trailerDictionary
Modifier | Constructor and Description |
---|---|
protected |
CrossReferenceStream(PDFDocument document,
int objectNumber,
TrailerDictionary trailerDictionary,
long startxref,
List<Long> uncompressedObjectReferences,
List<CompressedObjectReference> compressedObjectReferences) |
|
CrossReferenceStream(PDFDocument document,
TrailerDictionary trailerDictionary,
long startxref,
List<Long> uncompressedObjectReferences,
List<CompressedObjectReference> compressedObjectReferences) |
Modifier and Type | Method and Description |
---|---|
void |
output(OutputStream stream)
Writes the cross reference data to a PDF stream
|
public CrossReferenceStream(PDFDocument document, TrailerDictionary trailerDictionary, long startxref, List<Long> uncompressedObjectReferences, List<CompressedObjectReference> compressedObjectReferences)
protected CrossReferenceStream(PDFDocument document, int objectNumber, TrailerDictionary trailerDictionary, long startxref, List<Long> uncompressedObjectReferences, List<CompressedObjectReference> compressedObjectReferences)
public void output(OutputStream stream) throws IOException
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.