예제 #1
0
파일: zlib.cs 프로젝트: TerabyteX/main
 public static long Pos(GZipReader/*!*/ self)
 {
     return self.GetWrapper().Position;
 }
예제 #2
0
파일: zlib.cs 프로젝트: david50407/main
 public static bool Eof(GZipReader /*!*/ self)
 {
     return(self.GetWrapper().Eof);
 }
예제 #3
0
파일: zlib.cs 프로젝트: TerabyteX/main
 public static bool Eof(GZipReader/*!*/ self)
 {
     return self.GetWrapper().Eof;
 }
예제 #4
0
파일: zlib.cs 프로젝트: david50407/main
 public static long Pos(GZipReader /*!*/ self)
 {
     return(self.GetWrapper().Position);
 }