com.crocus.examples.csv
Class CSVReaderImpl
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.crocus.examples.csv.AbstractCSVReader
com.crocus.examples.csv.CSVReaderImpl
- All Implemented Interfaces:
- Closeable, Readable
public class CSVReaderImpl
- extends AbstractCSVReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVReaderImpl
public CSVReaderImpl(CSVFile file)
throws FileNotFoundException
- Parameters:
file - CSVFile
- Throws:
FileNotFoundException
CSVReaderImpl
public CSVReaderImpl(CSVFile file,
char deliminator)
throws FileNotFoundException
- Throws:
FileNotFoundException
readNextLine
public boolean readNextLine()
throws IOException
- Specified by:
readNextLine in class AbstractCSVReader
- Returns:
- boolean
- Throws:
IOException