toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util.checksum
/
SimpleChecksum
Simple
Checksum
interface
SimpleChecksum
Inheritors
Adler32
CRC32
Members
Members & Extensions
Properties
initial
Value
Link copied to clipboard
abstract
val
initialValue
:
Int
Functions
compute
Link copied to clipboard
fun
SimpleChecksum
.
compute
(
data
:
ByteArray
,
offset
:
Int
=
0
,
len
:
Int
=
data.size - offset
)
:
Int
update
Link copied to clipboard
abstract
fun
update
(
old
:
Int
,
data
:
ByteArray
,
offset
:
Int
=
0
,
len
:
Int
=
data.size - offset
)
:
Int