CompressionEncoder
interface CompressionEncoder
Represents a Compression encoder
Functions
abstract fun compress( Wraps readChannel into a compressing ByteReadChannel abstract fun compress( Wraps writeChannel into a compressing ByteWriteChannel |
Inheritors
object DeflateEncoder : CompressionEncoder Implementation of the deflate encoder |
|
object GzipEncoder : CompressionEncoder Implementation of the gzip encoder |
|
object IdentityEncoder : CompressionEncoder Implementation of the identity encoder |