toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util.checksum
Package-level
declarations
Types
Functions
Types
Adler32
Link copied to clipboard
object
Adler32
:
SimpleChecksum
CRC32
Link copied to clipboard
object
CRC32
:
SimpleChecksum
Simple
Checksum
Link copied to clipboard
interface
SimpleChecksum
Functions
checksum
Link copied to clipboard
suspend
fun
AsyncInputOpenable
.
checksum
(
checksum
:
SimpleChecksum
)
:
Int
suspend
fun
AsyncInputStream
.
checksum
(
checksum
:
SimpleChecksum
)
:
Int
fun
SyncInputStream
.
checksum
(
checksum
:
SimpleChecksum
)
:
Int
fun
ByteArray
.
checksum
(
checksum
:
SimpleChecksum
)
:
Int
compute
Link copied to clipboard
fun
SimpleChecksum
.
compute
(
data
:
ByteArray
,
offset
:
Int
=
0
,
len
:
Int
=
data.size - offset
)
:
Int