|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.utils.TimeUtils
public class TimeUtils
The Class TimeUtils.
Constructor Summary | |
---|---|
TimeUtils()
|
Method Summary | |
---|---|
static java.lang.String |
microseconds2String(long micros)
Return a string representation of a given amount of microseconds. |
static java.lang.String |
milliseconds2String(long millis)
Return a string representation of a given amount of milliseconds. |
static java.lang.String |
seconds2String(long s)
Return a string representation of a given amount of seconds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeUtils()
Method Detail |
---|
public static java.lang.String microseconds2String(long micros)
micros
- the micros
public static java.lang.String milliseconds2String(long millis)
millis
- the millis
public static java.lang.String seconds2String(long s)
s
- the s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |