read

abstract fun read(output: ByteArray, size: Int = output.size, offset: Int = 0)(source)

Reads size bytes from this blob, starting at offset, into output.

Throws

if the read operation fails.