public interface CSVLineHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
handleFields(String[] fields) |
void |
startDocument() |
void startDocument()
void handleFields(String[] fields) throws CSVParseException
CSVParseExceptionvoid endDocument()
Copyright © 2020. All rights reserved.