readByteArray
actual suspend fun AiutaPlatformFile.readByteArray(platformContext: <Error class: unknown class>): ByteArray
expect suspend fun AiutaPlatformFile.readByteArray(platformContext: AiutaPlatformContext): ByteArray
Reads the contents of the file as a byte array.
Return
The contents of the file as a byte array
Parameters
platformContext
The platform context to use for file operations
actual suspend fun AiutaPlatformFile.readByteArray(platformContext: AiutaPlatformContext): ByteArray
actual suspend fun AiutaPlatformFile.readByteArray(platformContext: AiutaPlatformContext): ByteArray