korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-checksum
/
korlibs.io.util.checksum
/
SimpleChecksumUpdater
/
updateWithRead
update
With
Read
inline
fun
updateWithRead
(
read
:
(
buffer
:
ByteArray
)
->
Int
)
:
Int
Updates the checksum with the
read
function. And returns the updated checksum.