Buffer
Region of native memory that can be read and written.
Buffer does not provide any kind of thread-safety and external synchronization is required if concurrent access is needed.
Attempting to alter the buffer while it is in use by SQLite will throw an IllegalStateException.
The Buffer must be closed once no longer needed to release allocated resources.
Types
Functions
Link copied to clipboard
Reads at most Int.MAX_VALUE bytes from this buffer.
Link copied to clipboard
Reads all bytes from this buffer.