public final class Qvas extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
QVASEND
Constant: 0x58 = 88
|
Modifier and Type | Method and Description |
---|---|
static Qvas |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
long |
qvasaceb()
QVASACEB value, throws exception if QVASACEB overflows 64 bit signed integer.
|
BigInteger |
qvasacebAsBigInteger()
QVASACEB value as a BigInteger.
|
long |
qvasacef()
QVASACEF value, throws exception if QVASACEF overflows 64 bit signed integer.
|
BigInteger |
qvasacefAsBigInteger()
QVASACEF value as a BigInteger.
|
long |
qvasaddl()
QVASADDL value.
|
long |
qvasadir()
QVASADIR value.
|
long |
qvasadur()
QVASADUR value.
|
long |
qvasbrp()
QVASBRP value, throws exception if QVASBRP overflows 64 bit signed integer.
|
BigInteger |
qvasbrpAsBigInteger()
QVASBRP value as a BigInteger.
|
long |
qvasbrpt()
QVASBRPT value, throws exception if QVASBRPT overflows 64 bit signed integer.
|
BigInteger |
qvasbrptAsBigInteger()
QVASBRPT value as a BigInteger.
|
long |
qvascbof()
QVASCBOF value.
|
long |
qvascbos()
QVASCBOS value.
|
long |
qvasmbof()
QVASMBOF value.
|
long |
qvasmbos()
QVASMBOS value.
|
long |
qvassusp()
QVASSUSP value.
|
long |
qvasxaus()
QVASXAUS value.
|
long |
qvasxaut()
QVASXAUT value.
|
long |
qvasxsrs()
QVASXSRS value.
|
long |
qvasxsrt()
QVASXSRT value.
|
long |
qvasxsus()
QVASXSUS value.
|
long |
qvasxsut()
QVASXSUT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QVASEND
public long qvassusp()
public long qvasxsus()
public long qvasxsut()
public long qvasxaus()
public long qvasxaut()
public long qvasxsrs()
public long qvasxsrt()
public long qvasadur()
public long qvasaddl()
public long qvasadir()
public long qvascbos()
public long qvascbof()
public long qvasmbos()
public long qvasmbof()
public long qvasbrpt()
IllegalArgumentException
- If the value of QVASBRPT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QVASBRPT).
Use qvasbrptAsBigInteger()
if this is possible.public BigInteger qvasbrptAsBigInteger()
qvasbrpt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qvasbrp()
IllegalArgumentException
- If the value of QVASBRP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QVASBRP).
Use qvasbrpAsBigInteger()
if this is possible.public BigInteger qvasbrpAsBigInteger()
qvasbrp()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qvasaceb()
IllegalArgumentException
- If the value of QVASACEB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QVASACEB).
Use qvasacebAsBigInteger()
if this is possible.public BigInteger qvasacebAsBigInteger()
qvasaceb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qvasacef()
IllegalArgumentException
- If the value of QVASACEF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QVASACEF).
Use qvasacefAsBigInteger()
if this is possible.public BigInteger qvasacefAsBigInteger()
qvasacef()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static Qvas 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.