readFloat

Read a floating point number or fail if not enough bytes available for reading. The numeric value is decoded in the network order (Big Endian).


fun Input.readFloat(byteOrder: ByteOrder): Float