write

abstract fun write(input: ByteArray, size: Int = input.size, offset: Int = 0)(source)

Writes size bytes from input into this blob, starting at offset.

Throws

if the write operation fails.