org.ChinaVO.FITSManager.Util
Class VOTableUtil

java.lang.Object
  extended by org.ChinaVO.FITSManager.Util.VOTableUtil

public class VOTableUtil
extends java.lang.Object

Some utility functions for VOTable file.
Example:
if(VOTableUtil.isVotable(file)) to do something;

Version:
v1.0.0 2010-3-13 10:34:34
Author:
Fany

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

VOTableUtil

public VOTableUtil()
Method Detail

isVOTable

public static boolean isVOTable(java.io.File file)
judge that the file's suffix is ".vot" then return true, else return false

Parameters:
file - a File instace
Returns:
if the file's suffix is ".vot" then return true, else return false