Decompressor

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract override fun clone(): Decompressor
Link copied to clipboard
abstract 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.