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 Object
implements PDFDocument.TrailerOutputHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) void
-
Field Details
-
structureTreeObjectStreams
-
-
Constructor Details
-
CompressedTrailerOutputHelper
private CompressedTrailerOutputHelper()
-
-
Method Details
-
outputStructureTreeElements
- Specified by:
outputStructureTreeElements
in interfacePDFDocument.TrailerOutputHelper
- Throws:
IOException
-
outputCrossReferenceObject
public long outputCrossReferenceObject(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) throws IOException - Specified by:
outputCrossReferenceObject
in interfacePDFDocument.TrailerOutputHelper
- Returns:
- the offset of the cross-reference object (the value of startxref)
- Throws:
IOException
-