clear method

void clear()

Implementation

void clear() {
  _limit = _data.length;
  _position = 0;
}