|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an object which can output a StarTable in a particular format.
Method Summary | |
String |
getFormatName()
Gives the name of the format which is written by this writer. |
boolean |
looksLikeFile(String location)
Indicates whether the destination is of a familiar form for this kind of writer. |
void |
writeStarTable(StarTable startab,
String location)
Writes a StarTable object to a given location. |
Method Detail |
public void writeStarTable(StarTable startab, String location) throws IOException
startab
- the table to writelocation
- the destination of the written object
(probably, but not necessarily, a filename)
IOException
public boolean looksLikeFile(String location)
location
- the location name (probably filename)
public String getFormatName()
|
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 |