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