public final class MMap extends SmfData
Modifier and Type | Method and Description |
---|---|
static MMap |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92min()
SMF92MIN value.
|
long |
smf92mmdn()
SMF92MMDN value.
|
long |
smf92msz()
SMF92MSZ value.
|
long |
smf92mtk()
SMF92MTK value.
|
ZonedDateTime |
smf92mto()
SMF92MTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92mtoRawValue()
SMF92MTO STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public ZonedDateTime smf92mto()
Use smf92mtoRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92mtoRawValue()
public long smf92msz()
public long smf92mtk()
public long smf92min()
public long smf92mmdn()
public static MMap create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.