mark abstract method

void mark()

Mark the current buffers position. Used for rollback in conjunction with the resetToMark method. Only one mark can be in force at a time, they cannot be nested. Marking only applies to the encoded output buffer.

Implementation

void mark();