public final class DateAndTime
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
Constructor and Description |
---|
DateAndTime() |
DateAndTime(byte[] buf,
int offset) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
java.util.Calendar |
getDate() |
boolean |
isEmpty() |
void |
serialize(byte[] buf,
int offset) |
java.lang.String |
toString() |
public static final int SIZE
public DateAndTime()
public DateAndTime(byte[] buf, int offset)
public java.util.Calendar getDate()
public void serialize(byte[] buf, int offset)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean isEmpty()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.