Package com.lowagie.text.pdf
Class PdfCopy.RefKey
java.lang.Object
com.lowagie.text.pdf.PdfCopy.RefKey
- Enclosing class:
PdfCopy
A key to allow us to hash indirect references
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
num
int num -
gen
int gen
-
-
Constructor Details
-
RefKey
RefKey(int num, int gen) -
RefKey
RefKey(PdfIndirectReference ref) -
RefKey
RefKey(PRIndirectReference ref)
-
-
Method Details