ObjectOutputStream.WriteChar(Int32) Method

Definition

Writes a 16 bit char.

[Android.Runtime.Register("writeChar", "(I)V", "GetWriteChar_IHandler")]
public virtual void WriteChar (int val);
[<Android.Runtime.Register("writeChar", "(I)V", "GetWriteChar_IHandler")>]
abstract member WriteChar : int -> unit
override this.WriteChar : int -> unit

Parameters

val
Int32

the char value to be written

Implements

Attributes

Exceptions

if an error occurs while writing to the target stream.

Remarks

Writes a 16 bit char.

Java documentation for java.io.ObjectOutputStream.writeChar(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to