public function close()
 {
     parent::close();
     if ($this->__f !== null) {
         fclose($this->__f);
     }
 }