public final class SystemTimeUtils
extends java.lang.Object
Constructor and Description |
---|
SystemTimeUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
getDate(byte[] data)
Get the date found in the byte array, as a java Data object
|
static java.util.Date |
getDate(byte[] data,
int offset)
Get the date found in the byte array, as a java Data object
|
static void |
storeDate(java.util.Date date,
byte[] dest)
Convert the supplied java Date into a SystemTime struct, and write it
into the supplied byte array.
|
static void |
storeDate(java.util.Date date,
byte[] dest,
int offset)
Convert the supplied java Date into a SystemTime struct, and write it
into the supplied byte array.
|
public static java.util.Date getDate(byte[] data)
public static java.util.Date getDate(byte[] data, int offset)
public static void storeDate(java.util.Date date, byte[] dest)
public static void storeDate(java.util.Date date, byte[] dest, int offset)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.