ObjectInputStream.ReadDouble Method

Definition

Reads a 64 bit double.

[Android.Runtime.Register("readDouble", "()D", "GetReadDoubleHandler")]
public virtual double ReadDouble ();
[<Android.Runtime.Register("readDouble", "()D", "GetReadDoubleHandler")>]
abstract member ReadDouble : unit -> double
override this.ReadDouble : unit -> double

Returns

the 64 bit double read.

Implements

Attributes

Exceptions

if the end of the input is reached before the read request can be satisfied.

if an error occurs while reading from the source stream.

Remarks

Reads a 64 bit double.

Java documentation for java.io.ObjectInputStream.readDouble().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to