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