Overrides StreamInterface::eof
public function eof() : bool { if (!isset($this->stream)) { throw new \RuntimeException('Stream is detached'); } return feof($this->stream); }