Esempio n. 1
0
 public static long Pos(GZipReader/*!*/ self)
 {
     return self.GetWrapper().Position;
 }
Esempio n. 2
0
 public static bool Eof(GZipReader /*!*/ self)
 {
     return(self.GetWrapper().Eof);
 }
Esempio n. 3
0
 public static bool Eof(GZipReader/*!*/ self)
 {
     return self.GetWrapper().Eof;
 }
Esempio n. 4
0
 public static long Pos(GZipReader /*!*/ self)
 {
     return(self.GetWrapper().Position);
 }