checks whether pointer is at end of file
bool
Overrides FileContent::eof
public function eof() { return $this->size() <= $this->offset; }