Example #1
0
 internal LZ4FastCompressor()
 {
     ht = new LZ4.HashTable();
 }
Example #2
0
 internal LZ4FastCompressor()
 {
     Ht = new LZ4.HashTable();
 }