示例#1
0
文件: Inflater.cs 项目: 4RtY/ghostpp
 private static extern int inflateEnd(ref ZStream sz);
示例#2
0
文件: Inflater.cs 项目: 4RtY/ghostpp
 private static extern int inflateReset(ref ZStream sz);
示例#3
0
文件: Inflater.cs 项目: 4RtY/ghostpp
 private static extern int inflateInit_(ref ZStream sz, string vs, int size);
示例#4
0
文件: Inflater.cs 项目: 4RtY/ghostpp
 private static extern int inflate(ref ZStream sz, int flush);
示例#5
0
文件: Deflater.cs 项目: 9heart/DT3
 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size);