toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util.checksum
/
CRC32
CRC32
object
CRC32
:
SimpleChecksum
Members
Members & Extensions
Properties
initial
Value
Link copied to clipboard
open
override
val
initialValue
:
Int
=
0
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
open
override
fun
update
(
old
:
Int
,
data
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int