Class XrefEntry
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.common.XrefEntry
-
public class XrefEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetByteOffset()
-
-
-
Constructor Detail
-
XrefEntry
public XrefEntry()
-
XrefEntry
public XrefEntry(int objectNumber, int byteOffset, int generation, String inUse)
-
-