@FunctionalInterface public interface CsvColumnValueConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(T object,
char[] array,
int start,
int end)
Generic interface for parsing values from a character array.
|
void consume(T object, char[] array, int start, int end)
object - targetarray - character arraystart - start index, inclusiveend - end index, exclusiveCopyright © 2022 Media Skjolberg. All rights reserved.