korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support LZO

SerVB opened this issue · comments

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).