com.crocus.examples.csv
Class CSVReaderImpl

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

public class CSVReaderImpl
extends AbstractCSVReader


Field Summary
 
Fields inherited from class com.crocus.examples.csv.AbstractCSVReader
currentLine
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
CSVReaderImpl(CSVFile file)
           
CSVReaderImpl(CSVFile file, char deliminator)
           
 
Method Summary
 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
 

Constructor Detail

CSVReaderImpl

public CSVReaderImpl(CSVFile file)
              throws FileNotFoundException
Parameters:
file - CSVFile
Throws:
FileNotFoundException

CSVReaderImpl

public CSVReaderImpl(CSVFile file,
                     char deliminator)
              throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

readNextLine

public boolean readNextLine()
                     throws IOException
Specified by:
readNextLine in class AbstractCSVReader
Returns:
boolean
Throws:
IOException

Crocus - The First Flower of Spring