public class CrossReferenceTable extends CrossReferenceObject
startxref, trailerDictionary| Constructor | Description |
|---|---|
CrossReferenceTable(TrailerDictionary trailerDictionary,
long startxref,
java.util.List<java.lang.Long> location,
int first,
int last,
int size) |
| Modifier and Type | Method | 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, int first, int last, int size)
public void output(java.io.OutputStream stream)
throws java.io.IOException
CrossReferenceObjectoutput in class CrossReferenceObjectstream - the stream to write the cross reference tojava.io.IOException - if an I/O exception occurs while writing the dataCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.