ByteBuf.resetWriterIndex

Repositions the current {@code writerIndex} to the marked {@code writerIndex} in this buffer.

@throws IndexOutOfBoundsException if the current {@code readerIndex} is greater than the marked {@code writerIndex}

class ByteBuf
abstract
resetWriterIndex
()

Meta