com.mirrorworlds.lifestreams.mail.tnef
Class TnefDate

java.lang.Object
  |
  +--com.mirrorworlds.lifestreams.mail.tnef.TnefDate

public class TnefDate
extends java.lang.Object

Encapsulates TNEF date information.

Version:
Feb 20, 2000 Lifestreams 1.5

Constructor Summary
TnefDate(byte[] b)
          Creates a TNEF date class given the TNEF byte stream (14 bytes).
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TnefDate

public TnefDate(byte[] b)
Creates a TNEF date class given the TNEF byte stream (14 bytes). This class is based on the _dtr structure as defined in the tnef.h header file.
Method Detail

getDate

public java.util.Date getDate()
Returns:
Date object representing the TnefDate.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object