com.jeffpalm.stats
Class CSVFileWriter
java.lang.Object
com.jeffpalm.stats.CSVFileWriter
public class CSVFileWriter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVFileWriter
public CSVFileWriter()
CSVFileWriter
public CSVFileWriter(java.lang.String separator)
CSVFileWriter
public CSVFileWriter(char separatorChar)
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