rewind method

void rewind()

Reset to the beginning of the stream.

Implementation

void rewind() {
  offset = start;
}