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