示例#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);
 }