Package org.apache.pdfbox.pdfparser
Class XrefTrailerResolver.XrefTrailerObj
- java.lang.Object
-
- org.apache.pdfbox.pdfparser.XrefTrailerResolver.XrefTrailerObj
-
- Enclosing class:
- XrefTrailerResolver
private static class XrefTrailerResolver.XrefTrailerObj extends java.lang.Object
A class which represents a xref/trailer object.
-
-
Field Summary
Fields Modifier and Type Field Description protected COSDictionary
trailer
private java.util.Map<COSObjectKey,java.lang.Long>
xrefTable
private XrefTrailerResolver.XRefType
xrefType
-
Constructor Summary
Constructors Modifier Constructor Description private
XrefTrailerObj()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
-
-
-
Field Detail
-
trailer
protected COSDictionary trailer
-
xrefType
private XrefTrailerResolver.XRefType xrefType
-
xrefTable
private final java.util.Map<COSObjectKey,java.lang.Long> xrefTable
-
-