korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
https://korlibs.soywiz.com/korio/
MIT License
361 stars 34 forks source link

Support LZO #95

Closed SerVB closed 3 years ago

SerVB commented 4 years ago

It will be great to have LZO compression/decompression method implemented multiplatformely.

Maybe implementation can be taken from here: https://github.com/airlift/aircompressor (Apache 2.0).