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

Syntax

[Android.Runtime.Register("writeChar", "(I)V", "GetWriteChar_IHandler:Java.IO.IDataOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteChar (int val)

See Also

IDataInput.ReadChar

Parameters

val
the character to write.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while writing.

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