actual reading of length starting at given offset
int $offset:
int $count:
Overrides SeekableFileContent::doRead
protected function doRead($offset, $count) { return (string) substr($this->content, $offset, $count); }