net.sourceforge.atunes.utils
Class TimeUtils

java.lang.Object
  extended by net.sourceforge.atunes.utils.TimeUtils

public class TimeUtils
extends java.lang.Object

The Class TimeUtils.

Author:
fleax

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

TimeUtils

public TimeUtils()
Method Detail

microseconds2String

public static java.lang.String microseconds2String(long micros)
Return a string representation of a given amount of microseconds.

Parameters:
micros - the micros
Returns:
the string

milliseconds2String

public static java.lang.String milliseconds2String(long millis)
Return a string representation of a given amount of milliseconds.

Parameters:
millis - the millis
Returns:
the string

seconds2String

public static java.lang.String seconds2String(long s)
Return a string representation of a given amount of seconds.

Parameters:
s - the s
Returns:
the string


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.