Java.IO.StringWriter.Write Method
Writes count characters starting at offset in buf to this writer's StringBuffer.

Syntax

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

Parameters

chars
the non-null character array to write.
offset
the index of the first character in chars to write.
count
the maximum number of characters to write.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif offset or count , or if offset + count is greater than the size of buf.

Remarks

Writes count characters starting at offset in buf to this writer's StringBuffer.

[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