DeflateDecompressor

Constructors

Link copied to clipboard
expect constructor()

Properties

Link copied to clipboard
expect var compressed: ByteArray

Functions

Link copied to clipboard
expect open override fun clone(): Decompressor
Link copied to clipboard
expect open override fun decompress(in: DataInput, originalLength: Int, offset: Int, length: Int, bytes: BytesRef)

Decompress bytes that were stored between offsets offset and offset+length * in the original stream from the compressed stream in to bytes . After returning, the length of bytes (bytes.length) must be equal to length. Implementations of this method are free to resize bytes depending on their needs.