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