Java.IO.ObjectOutputStream.WriteUTF Method
Writes a string encoded with Java.IO.IDataInput to the target stream.

Syntax

[Android.Runtime.Register("writeUTF", "(Ljava/lang/String;)V", "GetWriteUTF_Ljava_lang_String_Handler")]
public virtual void WriteUTF (string value)

Parameters

value
the string to write to the target stream.

Exceptions

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

Remarks

Writes a string encoded with Java.IO.IDataInput 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