jump method

void jump()

Sets the ByteBuf.writerIndex to the markers position

Implementation

void jump() {
  _delegate.writerIndex = _index;
}