ByteBuf.readFloatLE

Gets a 32-bit floating point number at the current {@code readerIndex} in Little Endian Byte Order and increases the {@code readerIndex} by {@code 4} in this buffer.

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

class ByteBuf
float
readFloatLE
()

Meta