read

fun Blob.read(size: Int = bytes, offset: Int = 0): ByteArray(source)

Reads size bytes from the blob, starting at offset and returns the bytes read.