update

open override fun update(b: Int)

Create a new BufferedChecksum with the specified bufferSize


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

Updates the current checksum with a portion of an array of bytes.

Parameters

b

the byte array to update the checksum with

off

the start offset of the data

len

the number of bytes to use for the update