next()
, you get back the next record as a list of strings. You can specify the field delimiter (as a regular expression), how many fields to expect, and whether to filter lines containing the wrong number of fields. The iterator may be empty, if the file is empty. If there is an IOException
when next()
is called, it is caught silently, and null
is returned (!).
@author Bill MacCartney
|
|
|
|
|
|
|
|