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
location argument
in any way appropriate for them. Typically however the location
will simply be used to get an output stream (for instance interpreting
it as a filename). In this case the sto argument should
normally be used to turn location into a stream.tableSeq - sequence of tables to writelocation - destination for tablessto - StarTableOutput instancejava.io.IOException