Class LZ4.FastCompressionHashTable

  • Enclosing class:
    LZ4

    public static final class LZ4.FastCompressionHashTable
    extends Object
    Simple lossy LZ4.HashTable that only stores the last ocurrence for each hash on 2^14 bytes of memory.
    • Constructor Detail

      • FastCompressionHashTable

        public FastCompressionHashTable()
        Sole constructor
    • Method Detail

      • previous

        public int previous​(int off)