endrov.util.io
Class CsvFileReaderDeprecated

java.lang.Object
  extended by endrov.util.io.CsvFileReaderDeprecated

public class CsvFileReaderDeprecated
extends java.lang.Object


Constructor Summary
CsvFileReaderDeprecated(java.io.File f, char sep)
           
 
Method Summary
 java.util.ArrayList<java.lang.String> readLine()
          Get next line or null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvFileReaderDeprecated

public CsvFileReaderDeprecated(java.io.File f,
                               char sep)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readLine

public java.util.ArrayList<java.lang.String> readLine()
                                               throws java.io.IOException
Get next line or null

Throws:
java.io.IOException