SeekWhence

object SeekWhence

Defines the reference point for seek operations on a Large Object.

Properties

Link copied to clipboard
const val CUR: Int = 1

Seek from the current position.

Link copied to clipboard
const val END: Int = 2

Seek from the end of the Large Object.

Link copied to clipboard
const val SET: Int = 0

Seek from the beginning of the Large Object.