Java.IO.CharArrayWriter.Write Method
Writes count characters starting at offset in c to this writer.

Syntax

[Android.Runtime.Register("write", "([CII)V", "GetWrite_arrayCIIHandler")]
public override void Write (char[] c, int offset, int len)

Parameters

buffer
the non-null array containing characters to write.
offset
the index of the first character in buf to write.
len
maximum number of characters to write.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif offset or len , or if offset + len is bigger than the size of c.

Remarks

Writes count characters starting at offset in c to this writer.

[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