Package-level declarations

Types

Link copied to clipboard

Region of native memory that can be read and written.

Link copied to clipboard

Exception raised when an attempt was made to modify a Buffer while SQLite was borrowing it.

Link copied to clipboard
open class ReadableBuffer

Region of native memory that can be read.

Functions

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

Reads size bytes from the native memory block and returns a ByteArray holding them.

Link copied to clipboard

Reads at most Int.MAX_VALUE bytes from this buffer.

Link copied to clipboard

Reads all bytes from this buffer.