compress
abstract fun compress(readChannel: ByteReadChannel, coroutineContext: CoroutineContext = Dispatchers.Unconfined): ByteReadChannel
Wraps readChannel into a compressing ByteReadChannel.
abstract fun compress(writeChannel: ByteWriteChannel, coroutineContext: CoroutineContext = Dispatchers.Unconfined): ByteWriteChannel
Wraps writeChannel into a compressing ByteWriteChannel.