com.crocus.examples.csv
Class CSVFileSet
java.lang.Object
com.crocus.examples.csv.AbstractCSVFileSet
com.crocus.examples.csv.CSVFileSet
public class CSVFileSet
- extends AbstractCSVFileSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVFileSet
public CSVFileSet()
CSVFileSet
public CSVFileSet(AbstractCSVRecordManager recordManager)
addFile
public void addFile(String fileName,
char deliminator)
throws FileNotFoundException
- Specified by:
addFile in class AbstractCSVFileSet
- Throws:
FileNotFoundException
addFile
public void addFile(String fileName)
throws FileNotFoundException
- Specified by:
addFile in class AbstractCSVFileSet
- Throws:
FileNotFoundException
getFile
public CSVFile getFile(String fileName)
- Specified by:
getFile in class AbstractCSVFileSet
getFiles
public Collection<CSVFile> getFiles()
- Specified by:
getFiles in class AbstractCSVFileSet
getRecordManager
public AbstractCSVRecordManager getRecordManager()
- Specified by:
getRecordManager in class AbstractCSVFileSet