toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.cache
/
ChecksumTable
Checksum
Table
class
ChecksumTable
(
var
format
:
ChecksumTableFormat
,
val
entries
:
MutableList
<
Int
>
=
mutableListOf()
)
Members
Constructors
Checksum
Table
Link copied to clipboard
constructor
(
format
:
ChecksumTableFormat
,
entries
:
MutableList
<
Int
>
=
mutableListOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entries
Link copied to clipboard
val
entries
:
MutableList
<
Int
>
format
Link copied to clipboard
var
format
:
ChecksumTableFormat
Functions
write
Link copied to clipboard
fun
write
(
buf
:
ByteBuf
)