no.priv.garshol.duke.utils
Class CSVReader

java.lang.Object
  extended by no.priv.garshol.duke.utils.CSVReader

public class CSVReader
extends Object


Constructor Summary
CSVReader(Reader in)
           
CSVReader(Reader in, int buflen)
           
 
Method Summary
 void close()
           
 String[] next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVReader

public CSVReader(Reader in)
          throws IOException
Throws:
IOException

CSVReader

public CSVReader(Reader in,
                 int buflen)
          throws IOException
Throws:
IOException
Method Detail

next

public String[] next()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.