object IdentityEncoder : CompressionEncoder
Implementation of the identity 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 |
|
fun predictCompressedLength(originalLength: Long): Long
May predict compressed length based on the originalLength or return |