Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this file is closed or another I/O error occurs.
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.