Java.IO.Writer.Write Method
Writes one character to the target.

Syntax

[Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")]
public virtual void Write (int oneChar)

Parameters

oneChar
the character to write to the target.

Exceptions

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

Remarks

Writes one character to the target. Only the two least significant bytes of the integer oneChar are written.

[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