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 method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

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 method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

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 method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed