Package-level declarations

Types

Link copied to clipboard
interface Blob : AutoCloseable

Exposes the BLOB API.

Functions

Link copied to clipboard
fun Blob.read(size: Int = bytes, offset: Int = 0): ByteArray

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