Java.IO.Reader.Read Method
Reads characters and puts them into the target character buffer.

Syntax

[Android.Runtime.Register("read", "(Ljava/nio/CharBuffer;)I", "GetRead_Ljava_nio_CharBuffer_Handler")]
public virtual int Read (Java.Nio.CharBuffer target)

Parameters

target
the destination character buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif any I/O error occurs while reading from this reader.
Java.Lang.NullPointerExceptionif target is null.
Java.Nio.ReadOnlyBufferExceptionif target is read-only.

Remarks

Reads characters and puts them into the target character buffer.

[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