DataOutputStream.WriteUTF(String) Method

Definition

Writes a string to the underlying output stream using <a href="DataInput.

[Android.Runtime.Register("writeUTF", "(Ljava/lang/String;)V", "")]
public void WriteUTF (string? str);
[<Android.Runtime.Register("writeUTF", "(Ljava/lang/String;)V", "")>]
abstract member WriteUTF : string -> unit
override this.WriteUTF : string -> unit

Parameters

str
String

a string to be written.

Implements

Attributes

Exceptions

Remarks

Java documentation for java.io.DataOutputStream.writeUTF(java.lang.String).

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