public interface MultiStarTableWriter extends StarTableWriter
Modifier and Type | Method and Description |
---|---|
void |
writeStarTables(TableSequence tableSeq,
OutputStream out)
Writes an array of StarTable objects to a given output stream.
|
void |
writeStarTables(TableSequence tableSeq,
String location,
StarTableOutput sto)
Writes an array of StarTable objects to a given location.
|
getFormatName, getMimeType, looksLikeFile, writeStarTable, writeStarTable
void writeStarTables(TableSequence tableSeq, OutputStream out) throws IOException
BufferedOutputStream
), and should not close it at
the end of the call.tableSeq
- sequence of tables to writeout
- destination streamIOException
void writeStarTables(TableSequence tableSeq, String location, StarTableOutput sto) throws 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 instanceIOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.