Package com.ribs.pdf
Class PDFXEntry
- java.lang.Object
- 
- com.ribs.pdf.PDFXEntry
 
- 
 public class PDFXEntry extends java.lang.ObjectAn inner class for XRef Table entries.
- 
- 
Field SummaryFields Modifier and Type Field Description static intEntryCompressedstatic intEntryDeletedstatic intEntryNotYetReadstatic intEntryReadstatic intEntryUnknownintfileOffsetintgenerationintobjectNumberintstatejava.lang.Objectvalue
 - 
Constructor SummaryConstructors Constructor Description PDFXEntry(int index)Creates a new PDF XREF entry.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()Releases the reference to the objectjava.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
statepublic int state 
 - 
objectNumberpublic int objectNumber 
 - 
fileOffsetpublic int fileOffset 
 - 
generationpublic int generation 
 - 
valuepublic java.lang.Object value 
 - 
EntryUnknownpublic static final int EntryUnknown - See Also:
- Constant Field Values
 
 - 
EntryDeletedpublic static final int EntryDeleted - See Also:
- Constant Field Values
 
 - 
EntryReadpublic static final int EntryRead - See Also:
- Constant Field Values
 
 - 
EntryNotYetReadpublic static final int EntryNotYetRead - See Also:
- Constant Field Values
 
 - 
EntryCompressedpublic static final int EntryCompressed - See Also:
- Constant Field Values
 
 
- 
 
-