|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiStarTableWriter
Interface for table output handlers that can write multiple tables to the same stream. It should be possible in principle (and ideally in practice using a corresponding input handler) to recover these as an array of distinct tables by reading the result later. It is not in general expected that the tables have similar characteristics.
Method Summary | |
---|---|
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. |
Methods inherited from interface uk.ac.starlink.table.StarTableWriter |
---|
getFormatName, getMimeType, looksLikeFile, writeStarTable, writeStarTable |
Method Detail |
---|
void 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 stream
java.io.IOException
void writeStarTables(TableSequence tableSeq, java.lang.String location, StarTableOutput sto) throws java.io.IOException
tableSeq
- sequence of tables to writelocation
- destination for tablessto
- StarTableOutput instance
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |