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 private
UncompressedTrailerOutputHelper()
-
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)
-
-
-
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
-
-