|
fop 2.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
public abstract class CrossReferenceObject
A representation of the cross-reference data to be output at the end of a PDF file.
Field Summary | |
---|---|
protected long |
startxref
|
protected TrailerDictionary |
trailerDictionary
|
Method Summary | |
---|---|
abstract 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 |
Field Detail |
---|
protected final TrailerDictionary trailerDictionary
protected final long startxref
Method Detail |
---|
public abstract void output(java.io.OutputStream stream) throws java.io.IOException
stream
- the stream to write the cross reference to
java.io.IOException
- if an I/O exception occurs while writing the data
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |