update

open override fun update(b: Int)

Updates the CRC32 checksum with the specified byte. Only the low 8 bits of b are used.


open override fun update(b: ByteArray, off: Int, len: Int)

Updates the CRC32 checksum with the specified array of bytes.