public class DefaultCSVLineHandler extends Object implements CSVLineHandler
| Constructor and Description |
|---|
DefaultCSVLineHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
handleFields(String[] fields) |
void |
startDocument() |
public void startDocument()
startDocument in interface CSVLineHandlerpublic void endDocument()
endDocument in interface CSVLineHandlerpublic void handleFields(String[] fields)
handleFields in interface CSVLineHandlerCopyright © 2019. All rights reserved.