/**
  * checks whether stream is at end of file
  *
  * @return  bool
  */
 public function stream_eof()
 {
     self::recordMethodCall('stream_eof', $this->path);
     return parent::stream_eof();
 }