示例#1
0
文件: QuickLz.cs 项目: ww4u/MRQUpdate
 public uint SizeCompressed(byte[] source)
 {
     return((uint)DllManager.qlz_size_compressed(source));
 }