ByteBuf.readFloat

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

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

class ByteBuf
abstract
float
readFloat
()

Meta