public interface MultiStarTableWriter extends StarTableWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeStarTables(TableSequence tableSeq,
java.io.OutputStream out)
Writes an array of StarTable objects to a given output stream.
|
void |
writeStarTables(TableSequence tableSeq,
java.lang.String location,
StarTableOutput sto)
Writes an array of StarTable objects to a given location.
|
getFormatName, getMimeType, looksLikeFile, writeStarTable, writeStarTablevoid writeStarTables(TableSequence tableSeq, java.io.OutputStream out) throws java.io.IOException
BufferedOutputStream), and should not close it at
the end of the call.tableSeq - sequence of tables to writeout - destination streamjava.io.IOExceptionvoid writeStarTables(TableSequence tableSeq, java.lang.String location, StarTableOutput sto) throws java.io.IOException
tableSeq - sequence of tables to writelocation - destination for tablessto - StarTableOutput instancejava.io.IOException