Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this reader is closed or some other I/O error occurs.
Returns the next line of text available from this reader. A line is represented by zero or more characters followed by '\n', '\r', "\r\n" or the end of the reader. The string does not include the newline sequence.