Class RowReaderImpl

java.lang.Object
org.csveed.row.RowReaderImpl
All Implemented Interfaces:
RowReader

public class RowReaderImpl extends Object implements RowReader
Builds up a List of cells (String) per read row. Note that this class is stateful, so it can support a per-row parse approach as well.