public String readLine ()

Reads a single line of text from the console.

Returns:  A string containing the line read from the console, not including any line-termination characters, or null if an end of stream has been reached.

Exceptions:
IOError     If an I/O error occurs.