public interface BlockDecoder
BlockEncoder used during the writing of the index.
For example, implementations may decompress or decrypt.
BlockEncoder| Modifier and Type | Method and Description |
|---|---|
BytesRef |
decode(DataInput blockBytes,
long length)
Decodes all the bytes of one block in a single operation.
|
BytesRef decode(DataInput blockBytes,
long length)
throws java.io.IOException
blockBytes - The input block bytes to read.length - The number of bytes to read from the input.java.io.IOException - If a decoding error occurs.Data In Motion GmbH all rights reserved