toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BaseTtfFont
/
Table
Table
data
class
Table
(
val
id
:
String
,
val
checksum
:
Int
,
val
offset
:
Int
,
val
length
:
Int
)
Members
Constructors
Table
Link copied to clipboard
constructor
(
id
:
String
,
checksum
:
Int
,
offset
:
Int
,
length
:
Int
)
Properties
checksum
Link copied to clipboard
val
checksum
:
Int
id
Link copied to clipboard
val
id
:
String
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
s
Link copied to clipboard
var
s
:
(
)
->
FastByteArrayInputStream
?
Functions
open
Link copied to clipboard
fun
open
(
)
:
FastByteArrayInputStream