Package de.xima.fc.parser
Class CSVParserWrapper
java.lang.Object
de.xima.fc.parser.CSVParserWrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<CSVRecordWrapper>
Wrapper class for CSV parser
- Author:
- XIMA MEDIA GmbH
-
Constructor Details
-
CSVParserWrapper
- Throws:
IOException
-
-
Method Details
-
getRecords
-
getWrappedParser
public org.apache.commons.csv.CSVParser getWrappedParser() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
iterator
- Specified by:
iterator
in interfaceIterable<CSVRecordWrapper>
-