com.crocus.examples.csv
Class AbstractCSVReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by com.crocus.examples.csv.AbstractCSVReader
All Implemented Interfaces:
Closeable, Readable
Direct Known Subclasses:
CSVReaderImpl

public abstract class AbstractCSVReader
extends BufferedReader


Field Summary
protected  StringBuffer currentLine
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
AbstractCSVReader(CSVFile file)
           
 
Method Summary
abstract  boolean readNextLine()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentLine

protected StringBuffer currentLine
Constructor Detail

AbstractCSVReader

public AbstractCSVReader(CSVFile file)
                  throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

readNextLine

public abstract boolean readNextLine()
                              throws IOException
Throws:
IOException

Crocus - The First Flower of Spring