update method

void update()

Sets the marker to the current ByteBuf.writerIndex

Implementation

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