java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qvas
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Qvascreate(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.longqvasaceb()QVASACEB value, throws exception if QVASACEB overflows 64 bit signed integer.QVASACEB value as a BigInteger.longqvasacef()QVASACEF value, throws exception if QVASACEF overflows 64 bit signed integer.QVASACEF value as a BigInteger.longqvasaddl()QVASADDL value.longqvasadir()QVASADIR value.longqvasadur()QVASADUR value.longqvasbrp()QVASBRP value, throws exception if QVASBRP overflows 64 bit signed integer.QVASBRP value as a BigInteger.longqvasbrpt()QVASBRPT value, throws exception if QVASBRPT overflows 64 bit signed integer.QVASBRPT value as a BigInteger.longqvascbof()QVASCBOF value.longqvascbos()QVASCBOS value.longqvasmbof()QVASMBOF value.longqvasmbos()QVASMBOS value.longqvassusp()QVASSUSP value.longqvasxaus()QVASXAUS value.longqvasxaut()QVASXAUT value.longqvasxsrs()QVASXSRS value.longqvasxsrt()QVASXSRT value.longqvasxsus()QVASXSUS value.longqvasxsut()QVASXSUT value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QVASEND
public static final int QVASENDConstant: 0x58 = 88- See Also:
-
-
Method Details
-
qvassusp
public long qvassusp()QVASSUSP value.- Returns:
- long QVASSUSP value
-
qvasxsus
public long qvasxsus()QVASXSUS value.- Returns:
- long QVASXSUS value
-
qvasxsut
public long qvasxsut()QVASXSUT value.- Returns:
- long QVASXSUT value
-
qvasxaus
public long qvasxaus()QVASXAUS value.- Returns:
- long QVASXAUS value
-
qvasxaut
public long qvasxaut()QVASXAUT value.- Returns:
- long QVASXAUT value
-
qvasxsrs
public long qvasxsrs()QVASXSRS value.- Returns:
- long QVASXSRS value
-
qvasxsrt
public long qvasxsrt()QVASXSRT value.- Returns:
- long QVASXSRT value
-
qvasadur
public long qvasadur()QVASADUR value.- Returns:
- long QVASADUR value
-
qvasaddl
public long qvasaddl()QVASADDL value.- Returns:
- long QVASADDL value
-
qvasadir
public long qvasadir()QVASADIR value.- Returns:
- long QVASADIR value
-
qvascbos
public long qvascbos()QVASCBOS value.- Returns:
- long QVASCBOS value
-
qvascbof
public long qvascbof()QVASCBOF value.- Returns:
- long QVASCBOF value
-
qvasmbos
public long qvasmbos()QVASMBOS value.- Returns:
- long QVASMBOS value
-
qvasmbof
public long qvasmbof()QVASMBOF value.- Returns:
- long QVASMBOF value
-
qvasbrpt
public long qvasbrpt()QVASBRPT value, throws exception if QVASBRPT overflows 64 bit signed integer.- Returns:
- long QVASBRPT
- Throws:
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). UseqvasbrptAsBigInteger()if this is possible.
-
qvasbrptAsBigInteger
QVASBRPT value as a BigInteger.qvasbrpt()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QVASBRPT
-
qvasbrp
public long qvasbrp()QVASBRP value, throws exception if QVASBRP overflows 64 bit signed integer.- Returns:
- long QVASBRP
- Throws:
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). UseqvasbrpAsBigInteger()if this is possible.
-
qvasbrpAsBigInteger
QVASBRP value as a BigInteger.qvasbrp()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QVASBRP
-
qvasaceb
public long qvasaceb()QVASACEB value, throws exception if QVASACEB overflows 64 bit signed integer.- Returns:
- long QVASACEB
- Throws:
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). UseqvasacebAsBigInteger()if this is possible.
-
qvasacebAsBigInteger
QVASACEB value as a BigInteger.qvasaceb()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QVASACEB
-
qvasacef
public long qvasacef()QVASACEF value, throws exception if QVASACEF overflows 64 bit signed integer.- Returns:
- long QVASACEF
- Throws:
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). UseqvasacefAsBigInteger()if this is possible.
-
qvasacefAsBigInteger
QVASACEF value as a BigInteger.qvasacef()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QVASACEF
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-