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
/
StringLiteral
String
Literal
data
class
StringLiteral
(
val
bytes
:
ByteArray
,
val
offset
:
Int
)
:
Token
Members
Constructors
String
Literal
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
offset
:
Int
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
offset
Link copied to clipboard
val
offset
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int