public class CrossReferenceTable extends CrossReferenceObject
startxref, trailerDictionary
Constructor and Description |
---|
CrossReferenceTable(TrailerDictionary trailerDictionary,
long startxref,
java.util.List<java.lang.Long> location) |
Modifier and Type | Method and Description |
---|---|
void |
output(java.io.OutputStream stream)
Writes the cross reference data to a PDF stream
|
public CrossReferenceTable(TrailerDictionary trailerDictionary, long startxref, java.util.List<java.lang.Long> location)
public void output(java.io.OutputStream stream) throws java.io.IOException
CrossReferenceObject
output
in class CrossReferenceObject
stream
- the stream to write the cross reference tojava.io.IOException
- if an I/O exception occurs while writing the dataCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.