internal LZ4FastCompressor()
 {
     ht = new LZ4.HashTable();
 }
 internal LZ4FastCompressor()
 {
     Ht = new LZ4.HashTable();
 }