|
|||||||||
| 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,
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. |
| Methods inherited from interface uk.ac.starlink.table.StarTableWriter |
|---|
getFormatName, getMimeType, looksLikeFile, writeStarTable, writeStarTable |
| Method Detail |
|---|
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 stream
IOException
void writeStarTables(TableSequence tableSeq,
String location,
StarTableOutput sto)
throws IOException
tableSeq - sequence of tables to writelocation - destination for tablessto - StarTableOutput instance
IOException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||