Package app.babylon.table.io
Interface LineReader
- All Superinterfaces:
AutoCloseable,Closeable
Iterates through parsed rows from an input source while exposing the current
row and reader settings.
-
Method Summary
-
Method Details
-
next
- Throws:
IOException
-
current
Row current() -
getSettings
Csv.ReadSettings getSettings()
-