ReadableBuffer.getFloat

Reads four bytes from the buffer and returns them as an float value. The buffer position is advanced by four byes.

@return and float value composed of bytes read from the buffer.

@throws BufferUnderflowException if the buffer position has reached the limit.

interface ReadableBuffer
float
getFloat
()

Meta