Class LZ4.HighCompressionHashTable

  • Enclosing class:
    LZ4

    public static final class LZ4.HighCompressionHashTable
    extends Object
    A higher-precision LZ4.HashTable. It stores up to 256 occurrences of 4-bytes sequences in the last 2^16 bytes, which makes it much more likely to find matches than LZ4.FastCompressionHashTable.
    • Constructor Detail

      • HighCompressionHashTable

        public HighCompressionHashTable()
        Sole constructor