public final class SystemTimeUtils extends Object
| Constructor and Description |
|---|
SystemTimeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
getDate(byte[] data)
Get the date found in the byte array, as a java Data object
|
static Date |
getDate(byte[] data,
int offset)
Get the date found in the byte array, as a java Data object
|
static void |
storeDate(Date date,
byte[] dest)
Convert the supplied java Date into a SystemTime struct, and write it
into the supplied byte array.
|
static void |
storeDate(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 Date getDate(byte[] data)
public static Date getDate(byte[] data, int offset)
public static void storeDate(Date date, byte[] dest)
public static void storeDate(Date date, byte[] dest, int offset)
Copyright © 2020. All rights reserved.