DataInput.readDouble

DataInput.readDouble

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract double readDouble() throws IOException
Returns
the double value read.
Description
Reads a double value from the input stream.

Exceptions
EOFException if this stream reaches the end before reading all the bytes.
Exceptions
IOException if an I/O error occurs.