SimpleChecksum
interface SimpleChecksum
Represents a 32-bit checksum interface, for checksums like CRC32 or Adler32
Inheritors
Functions
Link copied to clipboard
inline fun SimpleChecksum.computeWithRead(initial: Int = this.initialValue, read: (buffer: ByteArray) -> Int): Int
Utility to perform a checksum by small chunks of data provided by the read function.
Link copied to clipboard
Creates a SimpleChecksumUpdater for this SimpleChecksum