예제 #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);