rewind method

void rewind()

Implementation

void rewind() {
  length = 0;
}