compress
open override fun compress(readChannel: ByteReadChannel, coroutineContext: CoroutineContext): ByteReadChannel
Content copied to clipboard
Wraps readChannel into a compressing ByteReadChannel.
open override fun compress(writeChannel: ByteWriteChannel, coroutineContext: CoroutineContext): ByteWriteChannel
Content copied to clipboard
Wraps writeChannel into a compressing ByteWriteChannel.