public abstract class AbstractTableWriter extends java.lang.Object implements TableWriter
TableWriter.writeTable(Table, java.io.OutputStream)
method.Constructor and Description |
---|
AbstractTableWriter() |
Modifier and Type | Method and Description |
---|---|
void |
writeTable(Table table,
java.io.File f)
Write a table to the given File.
|
void |
writeTable(Table table,
java.lang.String filename)
Write a table to the file with the given filename.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeTable
public void writeTable(Table table, java.lang.String filename) throws DataIOException
TableWriter
writeTable
in interface TableWriter
table
- the Table to writefilename
- the file to write the table toDataIOException
TableWriter.writeTable(prefuse.data.Table, java.lang.String)
public void writeTable(Table table, java.io.File f) throws DataIOException
TableWriter
writeTable
in interface TableWriter
table
- the Table to writef
- the file to write the table toDataIOException
TableWriter.writeTable(prefuse.data.Table, java.io.File)
Copyright ? 2013 Regents of the University of California