Java.IO.DataOutputStream.WriteChar Method
Writes the specified 16-bit character in big-endian order.

Syntax

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

Parameters

val
the character to write.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Writes the specified 16-bit character in big-endian order. Only the two least significant bytes of the integer oneByte 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