Java.IO.ObjectInputStream.ReadBoolean Method
Reads a boolean from the source stream.

Syntax

[Android.Runtime.Register("readBoolean", "()Z", "GetReadBooleanHandler")]
public virtual bool ReadBoolean ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.EOFExceptionif the end of the input is reached before the read request can be satisfied.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads a boolean from the source stream.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1