reads the given amount of bytes from content
Using this method changes the time when the file was last accessed.
int $count:
string
public function read($count) { $this->lastAccessed = time(); return $this->content ->read($count); }