restartRead method

void restartRead()

Restart reading from the beginning */

Implementation

void restartRead() {
  readPos = 0;
}