Package-level declarations
Types
Functions
Link copied to clipboard
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.
actual suspend fun AiutaPlatformFile.readByteArray(platformContext: AiutaPlatformContext): ByteArray
actual suspend fun AiutaPlatformFile.readByteArray(platformContext: AiutaPlatformContext): ByteArray
Link copied to clipboard
actual suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: <Error class: unknown class>, config: <Error class: unknown class>): ByteArray
expect suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: AiutaPlatformContext, config: AiutaCompressionConfig = AiutaCompressionConfig.DEFAULT): ByteArray
Reads the contents of the file as a compressed byte array.
actual suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: AiutaPlatformContext, config: <Error class: unknown class>): ByteArray
actual suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: AiutaPlatformContext, config: AiutaCompressionConfig): ByteArray