IReader.readLine

Overview | Methods | This Package | All Packages

IReader.readLine

Reads a line.

Syntax

public String readLine()

Return Value

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. 

Remarks

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.