public static long Pos(GZipReader/*!*/ self) { return self.GetWrapper().Position; }
public static bool Eof(GZipReader /*!*/ self) { return(self.GetWrapper().Eof); }
public static bool Eof(GZipReader/*!*/ self) { return self.GetWrapper().Eof; }
public static long Pos(GZipReader /*!*/ self) { return(self.GetWrapper().Position); }