Package org.smallmind.nutsnbolts.csv
Interface CSVLineHandler
-
- All Known Implementing Classes:
DefaultCSVLineHandler
public interface CSVLineHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendDocument()voidhandleFields(String[] fields)voidstartDocument()
-
-
-
Method Detail
-
startDocument
void startDocument()
-
handleFields
void handleFields(String[] fields) throws CSVParseException
- Throws:
CSVParseException
-
endDocument
void endDocument()
-
-