Java.IO.Reader.Read Method
Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.

Syntax

[Android.Runtime.Register("read", "()I", "GetReadHandler")]
public virtual int Read ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this reader is closed or some other I/O error occurs.

Remarks

Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0. Returns -1 if the end of the reader has been reached.

[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