|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes that write Table data to a particular file format.
Method Summary | |
void |
writeTable(Table table,
java.io.File f)
Write a table to the given File. |
void |
writeTable(Table table,
java.io.OutputStream os)
Write a table from the given OutputStream. |
void |
writeTable(Table table,
java.lang.String filename)
Write a table to the file with the given filename. |
Method Detail |
public void writeTable(Table table, java.lang.String filename) throws DataIOException
table
- the Table to writefilename
- the file to write the table to
DataWriteException
DataIOException
public void writeTable(Table table, java.io.File f) throws DataIOException
table
- the Table to writef
- the file to write the table to
DataWriteException
DataIOException
public void writeTable(Table table, java.io.OutputStream os) throws DataIOException
table
- the Table to writeos
- the OutputStream to write the table to
DataWriteException
DataIOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |