Moves the read marker to the given position
position
void seek(int position) { _readPos = position; }