seekInFile

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

Moves file's read cursor.

Parameters

fileHandle

handle to the file

position

sets new cursor position

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

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

Moves file's read cursor.

Parameters

fileHandle

handle to the file

position

sets new cursor position

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

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

Moves file's read cursor.

Parameters

fileHandle

handle to the file

position

sets new cursor position

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed