|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.StreamStarTableWriter
public abstract class StreamStarTableWriter
Partial implementation of StarTableWriter
which can be subclassed
by writers which just write to output streams.
Constructor Summary | |
---|---|
StreamStarTableWriter()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface uk.ac.starlink.table.StarTableWriter |
---|
getFormatName, getMimeType, looksLikeFile, writeStarTable |
Constructor Detail |
---|
public StreamStarTableWriter()
Method Detail |
---|
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
- StarTableOutput
TableFormatException
- if startab cannot be written
to location
java.io.IOException
- if there is some I/O error
|
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 |