rewind method

void rewind()

Implementation

void rewind() {
  _position = 0;
  _mark = -1;
}