Java.IO.ObjectOutputStream.WriteChar Method
Writes a character (16 bit) to the target stream.

Syntax

[Android.Runtime.Register("writeChar", "(I)V", "GetWriteChar_IHandler")]
public virtual void WriteChar (int value)

Parameters

value
the character to write to the target stream.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while writing to the target stream.

Remarks

Writes a character (16 bit) to the target stream.

[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