Join Slack
Powered by
Hi, I want to use zlib to compress/decompress Byte...
# multiplatform
r
RTAkland
04/02/2025, 11:53 AM
Hi, I want to use zlib to compress/decompress ByteArray on kotlin multiplatform (native), It can only use posix api to do this?, or is there already have a lightweight lib
e
ephemient
04/02/2025, 2:15 PM
https://github.com/square/okio/blob/master/okio/src/nativeMain/kotlin/okio/Deflater.kt
https://github.com/square/okio/blob/master/okio/src/nativeMain/kotlin/okio/Inflater.kt
13
Views
Open in Slack
Previous
Next