Reads a float value from this stream.
public float readFloat()
Returns the float value read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached before four bytes could be read.
The current position is advanced by four bytes.
See Also writeFloat