|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.xref.CrossReferenceObject
org.apache.fop.pdf.xref.CrossReferenceTable
public class CrossReferenceTable
A cross-reference table, as described in Section 3.4.3 of the PDF 1.5 Reference.
Field Summary |
---|
Fields inherited from class org.apache.fop.pdf.xref.CrossReferenceObject |
---|
startxref, trailerDictionary |
Constructor Summary | |
---|---|
CrossReferenceTable(TrailerDictionary trailerDictionary,
long startxref,
java.util.List<java.lang.Long> location)
|
Method Summary | |
---|---|
void |
output(java.io.OutputStream stream)
Writes the cross reference data to a PDF stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossReferenceTable(TrailerDictionary trailerDictionary, long startxref, java.util.List<java.lang.Long> location)
Method Detail |
---|
public void output(java.io.OutputStream stream) throws java.io.IOException
CrossReferenceObject
output
in class CrossReferenceObject
stream
- the stream to write the cross reference to
java.io.IOException
- if an I/O exception occurs while writing the data
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |