Class RowCursorCsv

java.lang.Object
app.babylon.table.io.RowCursorCsv
All Implemented Interfaces:
RowCursor, AutoCloseable

public final class RowCursorCsv extends Object implements RowCursor
Supplies rows from an open CSV input stream.

Instances are created by a configured RowSourceCsv and own the CSV reader resources for the lifetime of iteration.