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