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 java.lang.Object implements PDFDocument.TrailerOutputHelper
-
-
Constructor Summary
Constructors Modifier Constructor Description privateUncompressedTrailerOutputHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longoutputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size)voidoutputStructureTreeElements(java.io.OutputStream stream)
-
-
-
Method Detail
-
outputStructureTreeElements
public void outputStructureTreeElements(java.io.OutputStream stream) throws java.io.IOException- Specified by:
outputStructureTreeElementsin 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:
outputCrossReferenceObjectin interfacePDFDocument.TrailerOutputHelper- Returns:
- the offset of the cross-reference object (the value of startxref)
- Throws:
java.io.IOException
-
-