ByteBuf.readMedium

Gets a 24-bit medium integer at the current {@code readerIndex} and increases the {@code readerIndex} by {@code 3} in this buffer.

@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 3}

class ByteBuf
abstract
int
readMedium
()

Meta