| Constructor and Description |
|---|
CsvIterator(Reader in)
Constructs CSVReader with supplied separator and quote char.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying reader.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
Iterator<List<String>> |
iterator() |
List<String> |
next()
Return the next record from the iterator.
|
void |
remove()
Removing items from the iterator is not supported.
|
public CsvIterator(Reader in)
reader - The reader to the CSV file.IOExceptionpublic void close()
IOException - if the close failspublic boolean hasNext()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.