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