com.darwinsys.util
Class QuickTimeFormat

java.lang.Object
  |
  +--com.darwinsys.util.QuickTimeFormat

public class QuickTimeFormat
extends java.lang.Object

Just some quick-and-dirty time format. Nothing to do with Apple's excellent multimedia format!


Constructor Summary
QuickTimeFormat()
           
 
Method Summary
static java.lang.String msToSecs(long t)
          Convert a long ("time_t") to seconds and thousandths.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickTimeFormat

public QuickTimeFormat()
Method Detail

msToSecs

public static java.lang.String msToSecs(long t)
Convert a long ("time_t") to seconds and thousandths.