Package com.randomnoun.common
Interface Text.CsvLineReader
- Enclosing class:
Text
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
readLine
Returns the next logical line in the CSV ( quoted values can contain newlines )- Returns:
- Throws:
ParseException
IOException
-