Java.IO.DataInputStream.ReadLine Method
Returns a string containing the next line of text available from this stream.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Returns a string containing the next line of text available from this stream. A line is made of zero or more characters followed by '\n', '\r', "\r\n" or the end of the stream. The string does not include the newline sequence.

[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