org.dllearner.utilities
Class CSVFileToArray

java.lang.Object
  extended by org.dllearner.utilities.CSVFileToArray

public class CSVFileToArray
extends Object

Author:
Jens Lehmann

Field Summary
 String filename
           
 
Constructor Summary
CSVFileToArray(String filename)
           
CSVFileToArray(String filename, String separator)
           
 
Method Summary
 ArrayList<String> next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

public String filename
Constructor Detail

CSVFileToArray

public CSVFileToArray(String filename,
                      String separator)
               throws FileNotFoundException,
                      IOException
Throws:
FileNotFoundException
IOException

CSVFileToArray

public CSVFileToArray(String filename)
               throws FileNotFoundException,
                      IOException
Throws:
FileNotFoundException
IOException
Method Detail

next

public ArrayList<String> next()
                       throws IOException
Throws:
IOException


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann