StarTableWriter
AbstractTextTableWriter
, CsvTableWriter
, HTMLTableWriter
, LatexTableWriter
, TstTableWriter
public abstract class StreamStarTableWriter extends java.lang.Object implements StarTableWriter
StarTableWriter
which can be subclassed
by writers which just write to output streams.Constructor | Description |
---|---|
StreamStarTableWriter() |
Modifier and Type | Method | Description |
---|---|---|
void |
writeStarTable(StarTable startab,
java.lang.String location,
StarTableOutput sto) |
Gets an output stream from location with reference to
sto and writes to it using this writer's
StarTableWriter.writeStarTable(uk.ac.starlink.table.StarTable,
java.io.OutputStream) method. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormatName, getMimeType, looksLikeFile, writeStarTable
public void writeStarTable(StarTable startab, java.lang.String location, StarTableOutput sto) throws TableFormatException, java.io.IOException
StarTableWriter.writeStarTable(uk.ac.starlink.table.StarTable,
java.io.OutputStream)
method.writeStarTable
in interface StarTableWriter
startab
- table to writelocation
- table destinationsto
- StarTableOutputTableFormatException
- if startab cannot be written
to locationjava.io.IOException
- if there is some I/O errorCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.