reset method

void reset()

Reset the read position of the file back to 0.

Implementation

void reset() {
  _position = 0;
}