/**
  * closes the stream
  */
 public function stream_close()
 {
     self::recordMethodCall('stream_close', $this->path);
     return parent::stream_close();
 }