DeflateCompressor

Constructors

Link copied to clipboard
expect constructor(level: Int)

Properties

Link copied to clipboard
expect var closed: Boolean
Link copied to clipboard
expect var compressed: ByteArray
Link copied to clipboard
expect val level: Int

Functions

Link copied to clipboard
expect open override fun close()
Link copied to clipboard
expect open override fun compress(buffersInput: ByteBuffersDataInput, out: DataOutput)

Compress bytes into out. It is the responsibility of the compressor to add all necessary information so that a Decompressor will know when to stop decompressing bytes from the stream.