public final class MUnMap extends SmfData
Modifier and Type | Method and Description |
---|---|
static MUnMap |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92mudn()
SMF92MUDN value.
|
long |
smf92muin()
SMF92MUIN value.
|
long |
smf92muir()
SMF92MUIR value.
|
long |
smf92muiw()
SMF92MUIW value.
|
long |
smf92musz()
SMF92MUSZ value.
|
ZonedDateTime |
smf92mutc()
SMF92MUTC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92mutcRawValue()
SMF92MUTC STCK value.
|
long |
smf92mutk()
SMF92MUTK value.
|
ZonedDateTime |
smf92muto()
SMF92MUTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92mutoRawValue()
SMF92MUTO STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public ZonedDateTime smf92muto()
Use smf92mutoRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92mutoRawValue()
public ZonedDateTime smf92mutc()
Use smf92mutcRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger smf92mutcRawValue()
public long smf92musz()
public long smf92mutk()
public long smf92muin()
public long smf92mudn()
public long smf92muir()
public long smf92muiw()
public static MUnMap 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 © 2021 Black Hill Software Pty Ltd. All rights reserved.