-
static interface
interface
Extends the
Records with functionality for file based implementations
regarding header management and means to monitor the state of reading data.
interface
interface
A bunch of
Row instances is represented by a
Rows instance.
class
The
CsvRecordReader is an implementation of the
RecordReader
interface and provides functionality to parse CSV input streams:
Column<Float> floatColumn = floatColumn( "volume" );
Column<String> stringColumn = floatColumn( "name" );
Column<Integer> intColumn = floatColumn( "length" );
Column<Date> dateColumn = floatColumn( "time" );
try (CsvRecordReader<?
class
class
THis implementation of the
CsvRecordReader assumes that for ease of
use we just want to handle
String columns.
class
class
protected static class