fable.framework.toolbox
Class VarUtils

java.lang.Object
  extended by fable.framework.toolbox.VarUtils

public class VarUtils
extends java.lang.Object


Constructor Summary
VarUtils()
           
 
Method Summary
static boolean isBruker(java.lang.String path)
          Return true if cor or compressed cor
static boolean isCor(java.lang.String path)
          Return true if cor or compressed cor
static boolean isEdf(java.lang.String path)
          Return true if edf or compressed edf
static boolean isImage(java.lang.String fileName)
           
static boolean isImg(java.lang.String path)
          Return true if adsc or compressed adsc - img
static boolean isTiff(java.lang.String path)
          Return true if adsc or compressed adsc - img
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarUtils

public VarUtils()
Method Detail

isImage

public static final boolean isImage(java.lang.String fileName)

isTiff

public static boolean isTiff(java.lang.String path)
Return true if adsc or compressed adsc - img

Parameters:
path -
Returns:

isImg

public static boolean isImg(java.lang.String path)
Return true if adsc or compressed adsc - img

Parameters:
path -
Returns:

isEdf

public static boolean isEdf(java.lang.String path)
Return true if edf or compressed edf

Parameters:
path -
Returns:

isCor

public static boolean isCor(java.lang.String path)
Return true if cor or compressed cor

Parameters:
path -
Returns:

isBruker

public static boolean isBruker(java.lang.String path)
Return true if cor or compressed cor

Parameters:
path -
Returns: