public class CSVIterator extends BufferedStreamIterator<CSVRow>
| Constructor and Description |
|---|
CSVIterator(InputStream stream,
CSVHeader header,
Character separator,
String[] ignorePrefixes,
int skip)
Creates a CSVIterator
|
| Modifier and Type | Method and Description |
|---|---|
protected CSVRow |
getNext()
Reads the csv input stream and returns a csv row
|
close, getLine, hasNext, loadNext, next, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CSVIterator(InputStream stream, CSVHeader header, Character separator, String[] ignorePrefixes, int skip)
stream - stream of csv contentheader - csv headerseparator - csv column separatorignorePrefixes - array of prefixes for lines that should be ignoredskip - number of skipped lines at the startprotected CSVRow getNext()
getNext in class BufferedStreamIterator<CSVRow>Copyright © 2017. All rights reserved.