com.timeindexing.time
Class NanosecondDateFormat

java.lang.Object
  extended by com.timeindexing.time.AbstractDateFormat
      extended by com.timeindexing.time.NanosecondDateFormat
All Implemented Interfaces:
TimestampFormatting

public class NanosecondDateFormat
extends AbstractDateFormat

Convert a timestamp to a string using the NanosecondDateFormat. e.g. 2003/08/07 16:29:58.880123400


Field Summary
 
Fields inherited from class com.timeindexing.time.AbstractDateFormat
defaultFormatter
 
Constructor Summary
NanosecondDateFormat()
          Construct a NanosecondDateFormat object.
 
Method Summary
 java.lang.String format(AbsoluteTimestamp t)
          Format a time as seconds and nanoseconds.
 
Methods inherited from class com.timeindexing.time.AbstractDateFormat
format, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NanosecondDateFormat

public NanosecondDateFormat()
Construct a NanosecondDateFormat object.

Method Detail

format

public java.lang.String format(AbsoluteTimestamp t)
Format a time as seconds and nanoseconds.

Specified by:
format in class AbstractDateFormat


Timeindexing 2008