DeflateDecompressor
Functions
Link copied to clipboard
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.