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.
null
Exceptions:
IOError
Diagram: Misc