/**
  * Retrieve information about a file resource.
  *
  * This method is called in response to fstat().
  *
  * @return array See http://php.net/stat
  */
 public function stream_stat()
 {
     return $this->streamWrapper->resourceStat();
 }