Overview | Methods | This Package | All Packages
Reads a double value from this stream.
Syntax
public double readDouble()
Return Value
Returns the double value that was 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 eight bytes could be read.
Remarks
The current position is advanced by eight bytes.
See Also writeDouble