Reads a double value from this stream.
public double readDouble()
Returns the double value that was 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 eight bytes could be read.
The current position is advanced by eight bytes.
See Also writeDouble