public class CustomDate extends Date implements Serializable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Encodes the given CustomDate object to an array of bytes
|
static CustomDate |
toCustomDate(byte[] data)
Reconstructs an CustomDate object from an array of bytes, produced using the getBytes method on a CustomDate object
|
String |
toString() |
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTCpublic byte[] getBytes()
public static CustomDate toCustomDate(byte[] data)
data - the array of bytesCopyright © 2014. All Rights Reserved.