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(long rowNr) |
default void startRow(long 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.CsvParseExceptiondefault void endRow()
throws CsvParseException
CsvParseExceptionT eof()
Copyright © 2021 SPF4J. All rights reserved.