Package org.apache.fop.pdf
Class PDFDocument.UncompressedTrailerOutputHelper
java.lang.Object
org.apache.fop.pdf.PDFDocument.UncompressedTrailerOutputHelper
- All Implemented Interfaces:
PDFDocument.TrailerOutputHelper
- Enclosing class:
PDFDocument
private class PDFDocument.UncompressedTrailerOutputHelper
extends Object
implements PDFDocument.TrailerOutputHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) void
-
Constructor Details
-
UncompressedTrailerOutputHelper
private UncompressedTrailerOutputHelper()
-
-
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
-