ByteBuf.skipBytes

Increases the current {@code readerIndex} by the specified {@code length} in this buffer.

@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.readableBytes}

class ByteBuf
abstract
skipBytes
(
int length
)

Meta