readCompressedByteArray
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.
Return
The compressed contents of the file as a byte array
Parameters
platformContext
The platform context to use for file operations
config
The compression configuration to use (defaults to DEFAULT)
actual suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: AiutaPlatformContext, config: <Error class: unknown class>): ByteArray
actual suspend fun AiutaPlatformFile.readCompressedByteArray(platformContext: AiutaPlatformContext, config: AiutaCompressionConfig): ByteArray