ObjectInputStream.readFloat

ObjectInputStream.readFloat

Class Overview | Class Members | This Package | All Packages

Syntax
public float readFloat() throws IOException
Returns
the 32 bit float read.
Description
Reads a 32 bit float.

Exceptions
EOFException If end of file is reached.
Exceptions
IOException If other I/O error has occurred.