seek

fun seek(position: Long, ref: Int = SeekWhence.SET): Long

Sets the current position of the Large Object.

Return

The new current position.

Parameters

position

The offset to seek to.

ref

The reference point for the position (e.g., SeekWhence.SET, SeekWhence.CUR, SeekWhence.END). Defaults to SeekWhence.SET.