public final class Qwhs extends SmfData
Modifier and Type | Class and Description |
---|---|
static class |
Qwhs.Field |
Modifier and Type | Field and Description |
---|---|
static int |
QWHS_REC_Validity
Constant: 0x40 = 64
|
static int |
QWHS_Unicode
Constant: 0x80 = 128
|
static int |
QWHSEND
Constant: 0x74 = 116
|
static int |
QWHSHA32
Constant: 0x20 = 32
|
static int |
QWHSHC02
Constant: 0x02 = 2
|
static int |
QWHSHD16
Constant: 0x10 = 16
|
static int |
QWHSHS01
Constant: 0x01 = 1
|
static int |
QWHSHT04
Constant: 0x04 = 4
|
static int |
QWHSHU08
Constant: 0x08 = 8
|
Modifier and Type | Method and Description |
---|---|
static Qwhs |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
qwhsace()
QWHSACE value.
|
int |
qwhsflag()
QWHSFLAG value.
|
int |
qwhsiid()
QWHSIID value.
|
long |
qwhsiseq()
QWHSISEQ value.
|
int |
qwhslen()
QWHSLEN value.
|
String |
qwhslocn()
QWHSLOCN value.
|
int |
qwhslocnOff()
QWHSLOCN_Off value.
|
int |
qwhslucc()
QWHSLUCC value.
|
String |
qwhslunm()
QWHSLUNM value.
|
long |
qwhsluuv()
6 byte QWHSLUUV value.
|
LuwId |
qwhslwid()
QWHSLWID as LuwId class.
|
String |
qwhsModLvl()
QWHS_MOD_LVL value.
|
long |
qwhsmtn()
QWHSMTN value.
|
String |
qwhsnid()
QWHSNID value.
|
int |
qwhsnsda()
QWHSNSDA value.
|
int |
qwhsRecCompat()
QWHS_REC_COMPAT value.
|
int |
qwhsRecIncompat()
QWHS_REC_INCOMPAT value.
|
boolean |
qwhsRecValidity()
Return true if
QWHS_REC_Validity bit in qwhsflag() is set. |
int |
qwhsrmid()
QWHSRMID value.
|
int |
qwhsrn()
QWHSRN value.
|
String |
qwhssid()
QWHSSID value.
|
String |
qwhsssid()
QWHSSSID value.
|
ZonedDateTime |
qwhsstck()
QWHSSTCK STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
qwhsstckRawValue()
QWHSSTCK STCK value.
|
int |
qwhssubv()
QWHSSUBV value.
|
int |
qwhstyp()
QWHSTYP value.
|
boolean |
qwhsUnicode()
Return true if
QWHS_Unicode bit in qwhsflag() is set. |
long |
qwhswseq()
QWHSWSEQ value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QWHSHS01
public static final int QWHSHC02
public static final int QWHSHT04
public static final int QWHSHU08
public static final int QWHSHD16
public static final int QWHSHA32
public static final int QWHS_Unicode
public static final int QWHS_REC_Validity
public static final int QWHSEND
public int qwhslen()
public int qwhstyp()
public int qwhsrmid()
public int qwhsiid()
public int qwhsnsda()
public int qwhsrn()
public long qwhsace()
public String qwhsssid()
public ZonedDateTime qwhsstck()
Use qwhsstckRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger qwhsstckRawValue()
public long qwhsiseq()
public long qwhswseq()
public long qwhsmtn()
public String qwhslocn()
public LuwId qwhslwid()
public String qwhsnid()
public String qwhslunm()
public long qwhsluuv()
public int qwhslucc()
public int qwhsflag()
public boolean qwhsUnicode()
QWHS_Unicode
bit in qwhsflag()
is set.QWHS_Unicode = 0x80
public boolean qwhsRecValidity()
QWHS_REC_Validity
bit in qwhsflag()
is set.QWHS_REC_Validity = 0x40
public int qwhslocnOff()
public int qwhssubv()
public String qwhssid()
public String qwhsModLvl()
public int qwhsRecIncompat()
public int qwhsRecCompat()
public static Qwhs 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.