ByteBuf.writerIndex

Sets the {@code writerIndex} of this buffer.

@throws IndexOutOfBoundsException if the specified {@code writerIndex} is less than {@code this.readerIndex} or greater than {@code this.capacity}

  1. int writerIndex()
  2. ByteBuf writerIndex(int writerIndex)
    class ByteBuf
    abstract
    writerIndex

Meta