Esempio n. 1
0
 public static void Close(ZStream /*!*/ self)
 {
     if (self._stream != null)
     {
         self.Close();
         self._stream = null;
     }
 }
Esempio n. 2
0
 public static bool Close(ZStream /*!*/ self)
 {
     return(self.Close());
 }