rewind method

void rewind()

Implementation

void rewind() {
  _position = 0;
}