XrefEntry
A cross-reference entry. Distinct subtypes for the three xref-entry kinds.
Inheritors
Types
Link copied to clipboard
data class Compressed(val objectNumber: Long, val containingObjectStream: Long, val indexInObjectStream: Int) : XrefEntry
Object stored inside an object-stream (PDF 1.5+ §7.5.7). Caller must fetch the containing object stream and look up indexInObjectStream.
Link copied to clipboard
Live object stored at byteOffset in the file with generation N.