seekInFile

expect fun seekInFile(fileHandle: Long, position: Long)

Moves read cursor.

Parameters

fileHandle

handle to read/write file data

position

new cursor position

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun seekInFile(fileHandle: Long, position: Long)

Moves read cursor.

Parameters

fileHandle

handle to read/write file data

position

new cursor position

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun seekInFile(fileHandle: Long, position: Long)

Moves read cursor.

Parameters

fileHandle

handle to read/write file data

position

new cursor position

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception