public final class Qise extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
QISEEND
Constant: 0xE8 = 232
|
Modifier and Type | Method and Description |
---|---|
static Qise |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
long |
qisecfal()
QISECFAL value.
|
long |
qisecfre()
QISECFRE value.
|
long |
qisecpge()
QISECPGE value.
|
long |
qisecta()
QISECTA value.
|
long |
qisectg()
QISECTG value.
|
long |
qisectl()
QISECTL value.
|
long |
qisedbd()
QISEDBD value.
|
long |
qisedbdg()
QISEDBDG value.
|
long |
qisedbdl()
QISEDBDL value.
|
long |
qisedfal()
QISEDFAL value.
|
long |
qisedfre()
QISEDFRE value.
|
long |
qisedlru()
QISEDLRU value.
|
long |
qisedpge()
QISEDPGE value.
|
long |
qisedpsc()
QISEDPSC value, throws exception if QISEDPSC overflows 64 bit signed integer.
|
BigInteger |
qisedpscAsBigInteger()
QISEDPSC value as a BigInteger.
|
long |
qisedpsf()
QISEDPSF value, throws exception if QISEDPSF overflows 64 bit signed integer.
|
BigInteger |
qisedpsfAsBigInteger()
QISEDPSF value as a BigInteger.
|
long |
qisedpsl()
QISEDPSL value, throws exception if QISEDPSL overflows 64 bit signed integer.
|
BigInteger |
qisedpslAsBigInteger()
QISEDPSL value as a BigInteger.
|
long |
qisedpsm()
QISEDPSM value, throws exception if QISEDPSM overflows 64 bit signed integer.
|
BigInteger |
qisedpsmAsBigInteger()
QISEDPSM value as a BigInteger.
|
long |
qisedsg()
QISEDSG value.
|
long |
qisedsi()
QISEDSI value.
|
long |
qisedylru()
QISEDYLRU value.
|
long |
qisedynp()
QISEDYNP value.
|
long |
qisefail()
QISEFAIL value.
|
long |
qisekfal()
QISEKFAL value.
|
long |
qisekfre()
QISEKFRE value.
|
long |
qiseklru()
QISEKLRU value.
|
long |
qiseknfa()
QISEKNFA value.
|
long |
qiseknfm()
QISEKNFM value.
|
long |
qiseknfr()
QISEKNFR value.
|
long |
qisekpge()
QISEKPGE value.
|
long |
qisekspa()
QISEKSPA value.
|
long |
qisekspa8()
QISEKSPA8 value, throws exception if QISEKSPA8 overflows 64 bit signed integer.
|
BigInteger |
qisekspa8AsBigInteger()
QISEKSPA8 value as a BigInteger.
|
long |
qisekspg()
QISEKSPG value.
|
long |
qisekta()
QISEKTA value.
|
long |
qisektg()
QISEKTG value.
|
long |
qisektl()
QISEKTL value.
|
long |
qisesfal()
QISESFAL value.
|
long |
qisesfre()
QISESFRE value.
|
long |
qiseskct()
QISESKCT value.
|
long |
qiseskpt()
QISESKPT value.
|
long |
qisespge()
QISESPGE value.
|
long |
qisesqca()
QISESQCA value, throws exception if QISESQCA overflows 64 bit signed integer.
|
BigInteger |
qisesqcaAsBigInteger()
QISESQCA value as a BigInteger.
|
long |
qisesqcb()
QISESQCB value.
|
long |
qisesqka()
QISESQKA value, throws exception if QISESQKA overflows 64 bit signed integer.
|
BigInteger |
qisesqkaAsBigInteger()
QISESQKA value as a BigInteger.
|
long |
qisesqkb()
QISESQKB value.
|
long |
qisestmt()
QISESTMT value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QISEEND
public long qisefail()
public long qisectg()
public long qisectl()
public long qisestmt()
public long qisedbdg()
public long qisedbdl()
public long qisektg()
public long qisektl()
public long qisedsi()
public long qisedsg()
public long qisedbd()
public long qisedfal()
public long qisedpge()
public long qisedfre()
public long qisedynp()
public long qisecfal()
public long qisecpge()
public long qisecfre()
public long qiseskct()
public long qiseskpt()
public long qisekfal()
public long qisekpge()
public long qisekfre()
public long qisecta()
public long qisekta()
public long qisesfal()
public long qisespge()
public long qisesfre()
public long qiseknfm()
public long qiseknfa()
public long qiseknfr()
public long qisekspg()
public long qisekspa()
public long qiseklru()
public long qisedlru()
public long qisedylru()
public long qisesqcb()
public long qisesqkb()
public long qisesqca()
IllegalArgumentException
- If the value of QISESQCA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISESQCA).
Use qisesqcaAsBigInteger()
if this is possible.public BigInteger qisesqcaAsBigInteger()
qisesqca()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisesqka()
IllegalArgumentException
- If the value of QISESQKA exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISESQKA).
Use qisesqkaAsBigInteger()
if this is possible.public BigInteger qisesqkaAsBigInteger()
qisesqka()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisekspa8()
IllegalArgumentException
- If the value of QISEKSPA8 exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISEKSPA8).
Use qisekspa8AsBigInteger()
if this is possible.public BigInteger qisekspa8AsBigInteger()
qisekspa8()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisedpsl()
IllegalArgumentException
- If the value of QISEDPSL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISEDPSL).
Use qisedpslAsBigInteger()
if this is possible.public BigInteger qisedpslAsBigInteger()
qisedpsl()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisedpsc()
IllegalArgumentException
- If the value of QISEDPSC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISEDPSC).
Use qisedpscAsBigInteger()
if this is possible.public BigInteger qisedpscAsBigInteger()
qisedpsc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisedpsm()
IllegalArgumentException
- If the value of QISEDPSM exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISEDPSM).
Use qisedpsmAsBigInteger()
if this is possible.public BigInteger qisedpsmAsBigInteger()
qisedpsm()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qisedpsf()
IllegalArgumentException
- If the value of QISEDPSF exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QISEDPSF).
Use qisedpsfAsBigInteger()
if this is possible.public BigInteger qisedpsfAsBigInteger()
qisedpsf()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static Qise 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.