Java.IO.ObjectInputStream.ReadLine Method
Reads the next line from the source stream.

Syntax

[Android.Runtime.Register("readLine", "()Ljava/lang/String;", "GetReadLineHandler")]
[System.Obsolete("deprecated")]
public virtual string ReadLine ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads the next line from the source stream. Lines are terminated by '\r', '\n', "\r\n" or an EOF.

[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