hasNext


Description:

public bool hasNext ()

Returns whether there is at least one more line to read. This performs a look-ahead read; the peeked line is returned by the next call to readLine().

Returns:

true if there is more data, false at EOF.