public final class Qwos extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
QWOSEND
Constant: 0x4C = 76
|
Modifier and Type | Method and Description |
---|---|
static Qwos |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
long |
qwosdb2u()
QWOSDB2U value.
|
long |
qwosdbmu()
QWOSDBMU value.
|
long |
qwosdpir()
QWOSDPIR value.
|
long |
qwosdrsu()
QWOSDRSU value.
|
long |
qwosdvsu()
QWOSDVSU value.
|
int |
qwosflg()
QWOSFLG value.
|
int |
qwosflg1()
QWOSFLG1 value.
|
long |
qwoslncp()
QWOSLNCP value.
|
long |
qwoslpir()
QWOSLPIR value.
|
long |
qwoslpru()
QWOSLPRU value.
|
long |
qwoslrsf()
QWOSLRSF value.
|
long |
qwoslrst()
QWOSLRST value.
|
long |
qwosluic()
QWOSLUIC value.
|
long |
qwoslvsf()
QWOSLVSF value.
|
long |
qwoslvst()
QWOSLVST value.
|
long |
qwosmstu()
QWOSMSTU value.
|
long |
qwosrcde()
QWOSRCDE value.
|
long |
qwosreal()
QWOSREAL value, throws exception if QWOSREAL overflows 64 bit signed integer.
|
BigInteger |
qwosrealAsBigInteger()
QWOSREAL value as a BigInteger.
|
long |
qwosrsnc()
QWOSRSNC value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QWOSEND
public long qwoslncp()
public long qwoslpru()
public long qwosdb2u()
public long qwosmstu()
public long qwosdbmu()
public long qwoslpir()
public long qwosdpir()
public long qwoslrst()
public long qwoslrsf()
public long qwosdrsu()
public long qwoslvst()
public long qwoslvsf()
public long qwosdvsu()
public long qwosluic()
public int qwosflg()
public int qwosflg1()
public long qwosrcde()
public long qwosrsnc()
public long qwosreal()
IllegalArgumentException
- If the value of QWOSREAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QWOSREAL).
Use qwosrealAsBigInteger()
if this is possible.public BigInteger qwosrealAsBigInteger()
qwosreal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static Qwos 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.