Package lukfor.tables.io
Class TableWriter
- java.lang.Object
-
- lukfor.tables.io.TableWriter
-
public class TableWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description TableWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteToCsv(Table table, File file)static voidwriteToCsv(Table table, File file, char outputSeparator)static voidwriteToCsv(Table table, String filename)static voidwriteToCsv(Table table, String filename, char outputSeparator)static voidwriteToCsv(Table table, String filename, char outputSeparator, boolean quote)static voidwriteToSasCsv(Table table, String filename)static voidwriteToTableWriter(Table table, genepi.io.table.writer.ITableWriter writer)static voidwriteToXls(Table table, String filename)
-
-
-
Method Detail
-
writeToCsv
public static void writeToCsv(Table table, File file) throws IOException
- Throws:
IOException
-
writeToCsv
public static void writeToCsv(Table table, String filename) throws IOException
- Throws:
IOException
-
writeToCsv
public static void writeToCsv(Table table, File file, char outputSeparator) throws IOException
- Throws:
IOException
-
writeToCsv
public static void writeToCsv(Table table, String filename, char outputSeparator) throws IOException
- Throws:
IOException
-
writeToCsv
public static void writeToCsv(Table table, String filename, char outputSeparator, boolean quote) throws IOException
- Throws:
IOException
-
writeToXls
public static void writeToXls(Table table, String filename) throws IOException
- Throws:
IOException
-
writeToTableWriter
public static void writeToTableWriter(Table table, genepi.io.table.writer.ITableWriter writer) throws IOException
- Throws:
IOException
-
writeToSasCsv
public static void writeToSasCsv(Table table, String filename) throws IOException
- Throws:
IOException
-
-