DeflateWithPresetDictCompressor

Constructors

Link copied to clipboard
expect constructor(level: Int)

Properties

Link copied to clipboard
expect var buffer: ByteArray
Link copied to clipboard
expect var closed: Boolean
Link copied to clipboard
expect var compressed: ByteArray

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.

Link copied to clipboard
expect fun doCompress(bytes: ByteArray, off: Int, len: Int, out: DataOutput)