public function stream_seek(int $offset, int $whence) : bool { $this->stream ->seek($offset, $whence); return true; }