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, waitwriteTablepublic void writeTable(Table table, java.lang.String filename) throws DataIOException
TableWriterwriteTable in interface TableWritertable - the Table to writefilename - the file to write the table toDataIOExceptionTableWriter.writeTable(prefuse.data.Table, java.lang.String)public void writeTable(Table table, java.io.File f) throws DataIOException
TableWriterwriteTable in interface TableWritertable - the Table to writef - the file to write the table toDataIOExceptionTableWriter.writeTable(prefuse.data.Table, java.io.File)