Updatable

interface Updatable(source)

Functions

Link copied to clipboard
abstract fun update(input: Byte)

Updates the instance with the specified byte.

abstract fun update(input: ByteArray)

Updates the instance with the specified array of bytes.

abstract fun update(input: ByteArray, offset: Int, len: Int)

Updates the instance with the specified array of bytes, starting at offset