ObjectInputStream.readDouble

ObjectInputStream.readDouble

Class Overview | Class Members | This Package | All Packages

Syntax
public double readDouble() throws IOException
Returns
the 64 bit double read.
Description
Reads a 64 bit double.

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