ostore.util
Class QSDate
java.lang.Object
|
+--ostore.util.QSDate
- All Implemented Interfaces:
- QuickSerializable
- public class QSDate
- extends Object
- implements QuickSerializable
QSDate.
- Version:
- $Id: QSDate.java,v 1.14 2002/07/29 18:48:54 geels Exp $
- Author:
- Sean C. Rhea
QSDate
public QSDate(Date date)
QSDate
public QSDate(InputBuffer buffer)
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
date
public Date date()
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object