Java.IO.ObjectInputStream.ReadUTF Method
Reads a string encoded in Java.IO.IDataInput from the source stream.

Syntax

[Android.Runtime.Register("readUTF", "()Ljava/lang/String;", "GetReadUTFHandler")]
public virtual string ReadUTF ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.EOFExceptionif the end of the input is reached before the read request can be satisfied.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads a string encoded in Java.IO.IDataInput from the source 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