openFile

expect fun openFile(fileId: String): Long?

Opens a file to read.

Return

Handle to read file data

Parameters

fileId

ID of the file to read

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun openFile(fileId: String): Long?

Opens a file to read.

Return

Handle to read file data

Parameters

fileId

ID of the file to read

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun openFile(fileId: String): Long?

Opens a file to read.

Return

Handle to read file data

Parameters

fileId

ID of the file to read

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception