public interface CsvHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
element(CharSequence elem) |
default void |
endRow() |
T |
eof() |
default void |
startRow() |
default void |
startRow(int rowNr) |
default void startRow(int rowNr)
default void startRow()
void element(CharSequence elem) throws CsvParseException
elem
- - the CharSequence instance is being reused, between invocations. value should be copied or parsed into
a new object.CsvParseException
default void endRow() throws CsvParseException
CsvParseException
T eof()
Copyright © 2018 SPF4J. All rights reserved.