|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ChinaVO.FITSManager.Util.VOTableUtil
public class VOTableUtil
Some utility functions for VOTable file.
Example:
if(VOTableUtil.isVotable(file)) to do something;
Constructor Summary | |
---|---|
VOTableUtil()
|
Method Summary | |
---|---|
static boolean |
isVOTable(java.io.File file)
judge that the file's suffix is ".vot" then return true, else return false |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VOTableUtil()
Method Detail |
---|
public static boolean isVOTable(java.io.File file)
file
- a File instace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |