IDataStream.readFloat

Overview | Methods | This Package | All Packages

IDataStream.readFloat

Reads a float value from this stream.

Syntax

public float readFloat()

Return Value

Returns the float value read.

Exceptions

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.

Remarks

The current position is advanced by four bytes.

See Also   writeFloat