/**
  * returns the current position of the stream
  *
  * @return  int
  */
 public function stream_tell()
 {
     self::recordMethodCall('stream_tell', $this->path);
     return parent::stream_tell();
 }