com.timeindexing.time
Class TimestampDecoder

java.lang.Object
  extended bycom.timeindexing.time.TimestampDecoder

public class TimestampDecoder
extends java.lang.Object

A TimestampDecoder takes a long and tries to determine the Timestamp object that is associated with that format.


Constructor Summary
TimestampDecoder()
           
 
Method Summary
 Timestamp decode(long value)
          Decode a long and return the relevant Timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampDecoder

public TimestampDecoder()
Method Detail

decode

public Timestamp decode(long value)
Decode a long and return the relevant Timestamp