Package eu.woolplatform.utils.csv
Class CsvParser
- java.lang.Object
-
- eu.woolplatform.utils.csv.CsvParser
-
public class CsvParser extends Object
-
-
Constructor Summary
Constructors Constructor Description CsvParser(LineNumberReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intgetLineNumber()List<String>readLineColumns()
-
-
-
Constructor Detail
-
CsvParser
public CsvParser(LineNumberReader reader)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
getLineNumber
public int getLineNumber()
-
readLineColumns
public List<String> readLineColumns() throws ParseException, IOException
- Throws:
ParseExceptionIOException
-
-