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, waitforEach, spliteratorpublic CSVParserWrapper(Reader reader, CSVFormatWrapper format) throws IOException
IOExceptionpublic List<CSVRecordWrapper> getRecords()
public org.apache.commons.csv.CSVParser getWrappedParser()
public void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Iterator<CSVRecordWrapper> iterator()
iterator in interface Iterable<CSVRecordWrapper>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.