Package org.apache.fop.pdf
Class PDFDocument.CompressedTrailerOutputHelper
- java.lang.Object
-
- org.apache.fop.pdf.PDFDocument.CompressedTrailerOutputHelper
-
- All Implemented Interfaces:
PDFDocument.TrailerOutputHelper
- Enclosing class:
- PDFDocument
private class PDFDocument.CompressedTrailerOutputHelper extends java.lang.Object implements PDFDocument.TrailerOutputHelper
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectStreamManager
structureTreeObjectStreams
-
Constructor Summary
Constructors Modifier Constructor Description private
CompressedTrailerOutputHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size)
void
outputStructureTreeElements(java.io.OutputStream stream)
-
-
-
Field Detail
-
structureTreeObjectStreams
private ObjectStreamManager structureTreeObjectStreams
-
-
Method Detail
-
outputStructureTreeElements
public void outputStructureTreeElements(java.io.OutputStream stream) throws java.io.IOException
- Specified by:
outputStructureTreeElements
in interfacePDFDocument.TrailerOutputHelper
- Throws:
java.io.IOException
-
outputCrossReferenceObject
public long outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) throws java.io.IOException
- Specified by:
outputCrossReferenceObject
in interfacePDFDocument.TrailerOutputHelper
- Returns:
- the offset of the cross-reference object (the value of startxref)
- Throws:
java.io.IOException
-
-