Reads a line.
public String readLine()
Returns a line. This string does not contain the terminating carriage return and/or line feed. The return value is null if the end of the input stream has been reached.
A line is defined as a sequence of characters followed by a carriage return (\r), a line feed (\n), or a carriage return immediately followed by a line feed.