jass.utils
Class ReadCSV

java.lang.Object
  extended by jass.utils.ReadCSV

public class ReadCSV
extends java.lang.Object


Constructor Summary
ReadCSV()
           
ReadCSV(java.lang.String fn)
           
 
Method Summary
 java.lang.String[][] getCells()
           
static void main(java.lang.String[] args)
           
 void saveCells(java.lang.String fn)
           
 void setCells(java.lang.String[][] cell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadCSV

public ReadCSV()

ReadCSV

public ReadCSV(java.lang.String fn)
        throws java.io.FileNotFoundException,
               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)

saveCells

public void saveCells(java.lang.String fn)
               throws java.io.FileNotFoundException,
                      java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

setCells

public void setCells(java.lang.String[][] cell)

getCells

public java.lang.String[][] getCells()