public final class Mixed1 extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
VSDATLEN
Constant: 0x28 = 40
|
static int |
VSDSINGL
Constant: 0x00 = 0
|
static int |
VSDSLEN
Constant: 0x14 = 20
|
Modifier and Type | Method and Description |
---|---|
static Mixed1 |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
vsdamax()
VSDAMAX value.
|
long |
vsdamin()
VSDAMIN value.
|
ZonedDateTime |
vsdantme()
VSDANTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdantmeRawValue()
VSDANTME 4 high order bytes of STCK.
|
double |
vsdatotl()
VSDATOTL value.
|
ZonedDateTime |
vsdaxtme()
VSDAXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdaxtmeRawValue()
VSDAXTME 4 high order bytes of STCK.
|
long |
vsdbmax()
VSDBMAX value.
|
long |
vsdbmin()
VSDBMIN value.
|
ZonedDateTime |
vsdbntme()
VSDBNTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdbntmeRawValue()
VSDBNTME 4 high order bytes of STCK.
|
double |
vsdbtotl()
VSDBTOTL value.
|
ZonedDateTime |
vsdbxtme()
VSDBXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
vsdbxtmeRawValue()
VSDBXTME 4 high order bytes of STCK.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int VSDSINGL
public static final int VSDSLEN
public static final int VSDATLEN
public long vsdbmin()
public ZonedDateTime vsdbntme()
Use vsdbntmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdbntmeRawValue()
public long vsdbmax()
public ZonedDateTime vsdbxtme()
Use vsdbxtmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdbxtmeRawValue()
public double vsdbtotl()
public long vsdamin()
public ZonedDateTime vsdantme()
Use vsdantmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdantmeRawValue()
public long vsdamax()
public ZonedDateTime vsdaxtme()
Use vsdaxtmeRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger vsdaxtmeRawValue()
public double vsdatotl()
public static Mixed1 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.