DeflateEncoder
object DeflateEncoder : CompressionEncoder
Implementation of the deflate encoder
Functions
fun compress( Wraps readChannel into a compressing ByteReadChannel fun compress( Wraps writeChannel into a compressing ByteWriteChannel |
Inherited Functions
May predict compressed length based on the originalLength or return |