Package java.io
Class BufferedReader

Public Method readLine

String readLine()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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.