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