Java.IO.IDataInput.ReadBoolean Method
Reads a boolean.

Syntax

[Android.Runtime.Register("readBoolean", "()Z", "GetReadBooleanHandler:Java.IO.IDataInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool ReadBoolean ()

See Also

IDataOutput.WriteBoolean(bool)

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 I/O error occurs while reading.

Remarks

Reads a boolean.

[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