seeks to the given offset
int $offset:
int $whence:
bool
public function seek($offset, $whence) { return $this->content ->seek($offset, $whence); }