reset method

void reset()

Resets this buffer. Sets the length and position to 0.

Implementation

void reset() => bytesIO.reset();