public final class Qwhd extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
QWHDEND
Constant: 0x38 = 56
|
Modifier and Type | Method and Description |
---|---|
static Qwhd |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
int |
qwhdlen()
QWHDLEN value.
|
String |
qwhdprid()
QWHDPRID value.
|
String |
qwhdrqnm()
QWHDRQNM value.
|
int |
qwhdrqnmOff()
QWHDRQNM_Off value.
|
String |
qwhdsvnm()
QWHDSVNM value.
|
int |
qwhdsvnmOff()
QWHDSVNM_Off value.
|
ZonedDateTime |
qwhdtstp()
QWHDTSTP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
qwhdtstpRawValue()
QWHDTSTP STCK value.
|
int |
qwhdtyp()
QWHDTYP value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QWHDEND
public int qwhdlen()
public int qwhdtyp()
public String qwhdrqnm()
public ZonedDateTime qwhdtstp()
Use qwhdtstpRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger qwhdtstpRawValue()
public String qwhdsvnm()
public String qwhdprid()
public int qwhdrqnmOff()
public int qwhdsvnmOff()
public static Qwhd 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 © 2020 Black Hill Software Pty Ltd. All rights reserved.