object DeflateEncoder : CompressionEncoder
Implementation of the deflate encoder
fun compress(readChannel: ByteReadChannel, coroutineContext: <ERROR CLASS>): ByteReadChannel
Wraps readChannel into a compressing ByteReadChannel fun compress(writeChannel: ByteWriteChannel, coroutineContext: <ERROR CLASS>): ByteWriteChannel
Wraps writeChannel into a compressing ByteWriteChannel |
open fun predictCompressedLength(originalLength: Long): Long?
May predict compressed length based on the originalLength or return |