com.crocus.examples.csv
Class AbstractCSVReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.crocus.examples.csv.AbstractCSVReader
- All Implemented Interfaces:
- Closeable, Readable
- Direct Known Subclasses:
- CSVReaderImpl
public abstract class AbstractCSVReader
- extends BufferedReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentLine
protected StringBuffer currentLine
AbstractCSVReader
public AbstractCSVReader(CSVFile file)
throws FileNotFoundException
- Throws:
FileNotFoundException
readNextLine
public abstract boolean readNextLine()
throws IOException
- Throws:
IOException