reset method

void reset()

Resets this buffer's position to the previously-marked position.

Throws:

  • InvalidMarkException - If the mark has not been set

Implementation

void reset() {
  _resetId(this, const JObjectType(), []).release();
}