rewind method

void rewind()

Implementation

void rewind() {
  _readerIndex = 0;
  _writerIndex = 0;
}