Documentation for this section has not yet been entered.
Type Reason Java.IO.EOFException if the end of the input is reached before the read request can be satisfied. Java.IO.IOException if an I/O error occurs while reading.
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.