Class LZ4.Table16

java.lang.Object
org.apache.lucene.util.compress.LZ4.Table
org.apache.lucene.util.compress.LZ4.Table16
Enclosing class:
LZ4

private static class LZ4.Table16 extends LZ4.Table
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