public class CSVParserWrapper extends Object implements Iterable<CSVRecordWrapper>, Closeable
Constructor and Description |
---|
CSVParserWrapper(Reader reader,
CSVFormatWrapper format) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<CSVRecordWrapper> |
getRecords() |
org.apache.commons.csv.CSVParser |
getWrappedParser() |
Iterator<CSVRecordWrapper> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CSVParserWrapper(Reader reader, CSVFormatWrapper format) throws IOException
IOException
public List<CSVRecordWrapper> getRecords()
public org.apache.commons.csv.CSVParser getWrappedParser()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public Iterator<CSVRecordWrapper> iterator()
iterator
in interface Iterable<CSVRecordWrapper>
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.