Package org.smallmind.nutsnbolts.csv
Class DefaultCSVLineHandler
- java.lang.Object
-
- org.smallmind.nutsnbolts.csv.DefaultCSVLineHandler
-
- All Implemented Interfaces:
CSVLineHandler
public class DefaultCSVLineHandler extends Object implements CSVLineHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultCSVLineHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendDocument()voidhandleFields(String[] fields)voidstartDocument()
-
-
-
Method Detail
-
startDocument
public void startDocument()
- Specified by:
startDocumentin interfaceCSVLineHandler
-
endDocument
public void endDocument()
- Specified by:
endDocumentin interfaceCSVLineHandler
-
handleFields
public void handleFields(String[] fields)
- Specified by:
handleFieldsin interfaceCSVLineHandler
-
-