public final class SystemTimeUtils
extends java.lang.Object
Constructor | Description |
---|---|
SystemTimeUtils() |
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.