com.jeffpalm.stats
Class CSVFileWriter

java.lang.Object
  extended by com.jeffpalm.stats.CSVFileWriter

public class CSVFileWriter
extends java.lang.Object


Constructor Summary
CSVFileWriter()
           
CSVFileWriter(char separatorChar)
           
CSVFileWriter(java.lang.String separator)
           
 
Method Summary
 void setSeparator(java.lang.String separator)
           
 void write(Table2D table, java.io.File outfile)
           
 void write(Table2D table, java.io.PrintStream out)
           
static void writeTable(Table2D table, java.io.File outfile)
           
static void writeTable(Table2D table, java.io.File outfile, java.lang.String separator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVFileWriter

public CSVFileWriter()

CSVFileWriter

public CSVFileWriter(java.lang.String separator)

CSVFileWriter

public CSVFileWriter(char separatorChar)
Method Detail

writeTable

public static final void writeTable(Table2D table,
                                    java.io.File outfile,
                                    java.lang.String separator)
                             throws java.lang.Exception
Throws:
java.lang.Exception

writeTable

public static final void writeTable(Table2D table,
                                    java.io.File outfile)
                             throws java.lang.Exception
Throws:
java.lang.Exception

setSeparator

public void setSeparator(java.lang.String separator)

write

public void write(Table2D table,
                  java.io.File outfile)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(Table2D table,
                  java.io.PrintStream out)
           throws java.io.IOException
Throws:
java.io.IOException