Uses of Class
org.verapdf.cos.xref.COSXRefEntry
-
Packages that use COSXRefEntry Package Description org.verapdf.cos.visitor org.verapdf.cos.xref -
-
Uses of COSXRefEntry in org.verapdf.cos.visitor
Methods in org.verapdf.cos.visitor with parameters of type COSXRefEntry Modifier and Type Method Description protected voidWriter. write(COSXRefEntry value) -
Uses of COSXRefEntry in org.verapdf.cos.xref
Fields in org.verapdf.cos.xref declared as COSXRefEntry Modifier and Type Field Description static COSXRefEntryCOSXRefEntry. FIRST_XREF_ENTRYMethods in org.verapdf.cos.xref that return COSXRefEntry Modifier and Type Method Description COSXRefEntryCOSXRefSection. getEntry(int number)Methods in org.verapdf.cos.xref with parameters of type COSXRefEntry Modifier and Type Method Description voidCOSXRefSection. addEntry(int number, COSXRefEntry entry)
-