java.lang.Object
org.apache.lucene.util.compress.LZ4.Table
org.apache.lucene.util.compress.LZ4.Table16
- Enclosing class:
LZ4
16 bits per offset. This is by far the most commonly used table since it gets used whenever
compressing inputs whose size is invalid input: '<'= 64kB.
-
Field Details
-
table
private final short[] table
-
-
Constructor Details
-
Table16
Table16(int size)
-
-
Method Details
-
set
void set(int index, int value) -
getAndSet
int getAndSet(int index, int value) -
getBitsPerValue
int getBitsPerValue()- Specified by:
getBitsPerValue
in classLZ4.Table
-
size
int size()
-