Class LZ4.Table32

  • Enclosing class:
    LZ4

    private static class LZ4.Table32
    extends LZ4.Table
    32 bits per value, only used when inputs exceed 64kB, e.g. very large stored fields.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] table  
    • Constructor Summary

      Constructors 
      Constructor Description
      Table32​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getAndSet​(int index, int value)  
      (package private) int getBitsPerValue()  
      (package private) void set​(int index, int value)  
      (package private) int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        private final int[] table
    • Constructor Detail

      • Table32

        Table32​(int size)