KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.parser
/
XrefEntry
/
InUse
In
Use
data
class
InUse
(
val
objectNumber
:
Long
,
val
generation
:
Int
,
val
byteOffset
:
Int
)
:
XrefEntry
Live object stored at
byteOffset
in the file with
generation
N.
Members
Constructors
In
Use
Link copied to clipboard
constructor
(
objectNumber
:
Long
,
generation
:
Int
,
byteOffset
:
Int
)
Properties
byte
Offset
Link copied to clipboard
val
byteOffset
:
Int
generation
Link copied to clipboard
val
generation
:
Int
object
Number
Link copied to clipboard
open
override
val
objectNumber
:
Long