InUse

data class InUse(val objectNumber: Long, val generation: Int, val byteOffset: Int) : XrefEntry

Live object stored at byteOffset in the file with generation N.

Constructors

Link copied to clipboard
constructor(objectNumber: Long, generation: Int, byteOffset: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val objectNumber: Long