Package | Description |
---|---|
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
static TimestampFormat |
TimestampFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampFormat[] |
TimestampFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HighResolutionTimestamp.assemble(byte[] buffer,
int offset,
TimestampFormat format)
Assemble high resolution timestamp into specified buffer from specified offset with corresponding format.
|
static int |
HighResolutionTimestamp.getTimestampFormatLength(TimestampFormat format)
Retuns length of timestamp corresponding to specified format.
|
void |
HighResolutionTimestamp.parse(byte[] buffer,
int offset,
int length,
TimestampFormat format)
Parses timestamp from byte array.
|
boolean |
HighResolutionTimestamp.tryParse(byte[] buffer,
int offset,
int length,
TimestampFormat format)
Tries to parse timestamp from byte array.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.