Java.IO.RandomAccessFile.ReadLine Method
Reads a line of text form the current position in this file.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this file is closed or another I/O error occurs.

Remarks

Reads a line of text form the current position in this file. A line is represented by zero or more characters followed by '\n', '\r', "\r\n" or the end of file marker. The string does not include the line terminating sequence.

Blocks until a line terminating sequence has been read, the end of the file is reached or an exception is thrown.

[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