Java.IO.Writer.Write Method
Writes the entire character buffer buf to the target.

Syntax

[Android.Runtime.Register("write", "([C)V", "GetWrite_arrayCHandler")]
public virtual void Write (char[] buf)

Parameters

buf
the non-null array containing characters to write.

Exceptions

TypeReason
Java.IO.IOExceptionif this writer is closed or another I/O error occurs.

Remarks

Writes the entire character buffer buf to the target.

[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