T - type of beanpublic interface CSVBeanProcessor<T>
CSVLineProcessor interface
for processing CSV lines
except that the field values are written to a bean object.| Modifier and Type | Method and Description |
|---|---|
boolean |
continueProcessing()
Indicates if the line processing should continue.
|
void |
processDataLine(int linenumber,
T bean)
Process a CSV data line.
|
void processDataLine(int linenumber,
T bean)
linenumber - line number in the filebean - bean whose properties should be set from the field valuesboolean continueProcessing()
Copyright © 2020. All Rights Reserved.