Resets this buffer. Sets the length and position to 0.
0
@override void reset() { _length = 0; _position = 0; }