com.isti.util
Class IstiEpochConverter

java.lang.Object
  |
  +--com.isti.util.IstiEpochConverter

public synchronized class IstiEpochConverter
extends java.lang.Object


Field Summary
(package private) static java.util.GregorianCalendar gregC
           
(package private) static java.util.Date mainDate
           
 
Method Summary
(package private) static void ()
           
 int get(int)
           
 int get(IstiEpoch, int)
           
static IstiEpochConverter getInstance()
           
 java.util.Date getTime()
           
 java.util.Date getTime(IstiEpoch)
           
 void set(IstiEpoch, int, int)
           
 void setTime(IstiEpoch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gregC

static java.util.GregorianCalendar gregC

mainDate

static java.util.Date mainDate
Method Detail

getInstance

public static IstiEpochConverter getInstance()

getTime

public java.util.Date getTime()

getTime

public java.util.Date getTime(IstiEpoch)

setTime

public void setTime(IstiEpoch)

set

public void set(IstiEpoch,
                int,
                int)

get

public int get(int)

get

public int get(IstiEpoch,
               int)

static void ()