Package java.io
Class BufferedReader
Description:
Read a line of text. A line is considered to be terminated by any one of a line feed ('\n'), a carriage return ('\r'), or a carriage return followed immediately by a line feed. Returns a string containing the contents of the line without any line terminating characters or null if the end of the sream has benn reached.