|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XrefTable | |
---|---|
com.etymon.pjx | The fundamental classes for creation and modification of PDF documents. |
Uses of XrefTable in com.etymon.pjx |
---|
Fields in com.etymon.pjx declared as XrefTable | |
---|---|
protected XrefTable |
PdfManager._xt
The cross-reference table and associated trailer read from the PDF input document. |
Methods in com.etymon.pjx that return XrefTable | |
---|---|
protected XrefTable |
PdfReader.readPartialXrefTable(XrefTable xt,
long startxref,
long[] prev)
Reads an individual (partial) cross-reference table and trailer dictionary from the PDF document. |
XrefTable |
PdfReader.readXrefTable(long startxref)
Reads and compiles all cross-reference tables and trailer dictionaries from the PDF document beginning at a specified position. |
protected static XrefTable |
XrefTable.wrap(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
A factory for fast construction of this class. |
Methods in com.etymon.pjx with parameters of type XrefTable | |
---|---|
protected PdfObject |
PdfReader.parseObject(long start,
long end,
java.nio.CharBuffer cbuf,
XrefTable xt)
Parses and returns a PDF object from the input source. |
PdfObject |
PdfReader.readObject(long start,
long end,
boolean indirect,
XrefTable xt)
Reads a PDF object from the document. |
protected XrefTable |
PdfReader.readPartialXrefTable(XrefTable xt,
long startxref,
long[] prev)
Reads an individual (partial) cross-reference table and trailer dictionary from the PDF document. |
int |
PdfWriter.writeXrefTable(XrefTable xt,
long startxref)
Writes a cross-reference table (and associated trailer) to the document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |