com.crocus.examples.csv
Class CSVFileSetInterface
java.lang.Object
com.crocus.examples.csv.CSVFileSetInterface
- All Implemented Interfaces:
- CSVReadInterface
public class CSVFileSetInterface
- extends Object
- implements CSVReadInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVFileSetInterface
public CSVFileSetInterface()
CSVFileSetInterface
public CSVFileSetInterface(AbstractCSVFileSet fileSet)
setFileSet
public void setFileSet(AbstractCSVFileSet fileSet)
setFile
public void setFile(String fileName)
throws FileNotFoundException
- Throws:
FileNotFoundException
setFile
public void setFile(String fileName,
char deliminator)
throws FileNotFoundException
- Throws:
FileNotFoundException
read
public AbstractCSVRecordManager read()
throws IOException,
FileNotFoundException
- Specified by:
read in interface CSVReadInterface
- Returns:
- CSVRecordManager
- Throws:
IOException
FileNotFoundException