korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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