ByteBuf.readUnsignedShortLE

Gets an unsigned 16-bit short integer at the current {@code readerIndex} in the Little Endian Byte Order and increases the {@code readerIndex} by {@code 2} in this buffer.

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

class ByteBuf
abstract
int
readUnsignedShortLE
()

Meta