public final class Qwar extends SmfData
Modifier and Type | Method and Description |
---|---|
static Qwar |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
BigInteger |
qwarace()
QWARACE value.
|
ZonedDateTime |
qwarbsc()
QWARBSC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
qwarbscRawValue()
QWARBSC STCK value.
|
ZonedDateTime |
qwaresc()
QWARESC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
qwarescRawValue()
QWARESC STCK value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger qwarace()
public ZonedDateTime qwarbsc()
Use qwarbscRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger qwarbscRawValue()
public ZonedDateTime qwaresc()
Use qwarescRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger qwarescRawValue()
public static Qwar create(byte[] Data, int offset, int length, SmfDb2Record parent)
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.