KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.parser
/
Token
/
Integer
Integer
data
class
Integer
(
val
value
:
Long
,
val
offset
:
Int
)
:
Token
Members
Constructors
Integer
Link copied to clipboard
constructor
(
value
:
Long
,
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
value
Link copied to clipboard
val
value
:
Long