public final class SortoutDatasetSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
ICEOTBSM
Constant: 0x20 = 32
|
static int |
ICEOTCPR
Constant: 0x20 = 32
|
static int |
ICEOTDAS
Constant: 0x40 = 64
|
static int |
ICEOTEA
Constant: 0x10 = 16
|
static int |
ICEOTEND
Constant: 0x68 = 104
|
static int |
ICEOTEXP
Constant: 0x80 = 128
|
static int |
ICEOTHFS
Constant: 0x08 = 8
|
static int |
ICEOTPIP
Constant: 0x80 = 128
|
static int |
ICEOTSPD
Constant: 0x20 = 32
|
static int |
ICEOTSTR
Constant: 0x40 = 64
|
static int |
ICEOTTAP
Constant: 0x80 = 128
|
static int |
ICEOTVSM
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static SortoutDatasetSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
iceotamb()
ICEOTAMB value.
|
long |
iceotamc()
ICEOTAMC value, throws exception if ICEOTAMC overflows 64 bit signed integer.
|
BigInteger |
iceotamcAsBigInteger()
ICEOTAMC value as a BigInteger.
|
long |
iceotbkf()
ICEOTBKF value.
|
int |
iceotbkz()
ICEOTBKZ value.
|
boolean |
iceotbsm()
Return true if
ICEOTBSM bit in iceotamb() is set. |
long |
iceotbyt()
ICEOTBYT value, throws exception if ICEOTBYT overflows 64 bit signed integer.
|
BigInteger |
iceotbytAsBigInteger()
ICEOTBYT value as a BigInteger.
|
boolean |
iceotcpr()
Return true if
ICEOTCPR bit in iceotfl1() is set. |
boolean |
iceotdas()
Return true if
ICEOTDAS bit in iceottyp() is set. |
String |
iceotddn()
ICEOTDDN value.
|
boolean |
iceotea()
Return true if
ICEOTEA bit in iceotfl1() is set. |
boolean |
iceotexp()
Return true if
ICEOTEXP bit in iceotamb() is set. |
int |
iceotfl1()
ICEOTFL1 value.
|
boolean |
iceothfs()
Return true if
ICEOTHFS bit in iceotfl1() is set. |
int |
iceotlrl()
ICEOTLRL value.
|
String |
iceotnam()
ICEOTNAM value.
|
boolean |
iceotpip()
Return true if
ICEOTPIP bit in iceotfl1() is set. |
int |
iceotrcf()
ICEOTRCF value.
|
long |
iceotrec()
ICEOTREC value, throws exception if ICEOTREC overflows 64 bit signed integer.
|
BigInteger |
iceotrecAsBigInteger()
ICEOTREC value as a BigInteger.
|
boolean |
iceotspd()
Return true if
ICEOTSPD bit in iceottyp() is set. |
boolean |
iceotstr()
Return true if
ICEOTSTR bit in iceotfl1() is set. |
boolean |
iceottap()
Return true if
ICEOTTAP bit in iceottyp() is set. |
int |
iceottyp()
ICEOTTYP value.
|
String |
iceotvol()
ICEOTVOL value.
|
boolean |
iceotvsm()
Return true if
ICEOTVSM bit in iceotamb() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int ICEOTPIP
public static final int ICEOTSTR
public static final int ICEOTCPR
public static final int ICEOTEA
public static final int ICEOTHFS
public static final int ICEOTEXP
public static final int ICEOTVSM
public static final int ICEOTBSM
public static final int ICEOTTAP
public static final int ICEOTDAS
public static final int ICEOTSPD
public static final int ICEOTEND
public int iceotfl1()
public boolean iceotpip()
ICEOTPIP
bit in iceotfl1()
is set.ICEOTPIP = 0x80
public boolean iceotstr()
ICEOTSTR
bit in iceotfl1()
is set.ICEOTSTR = 0x40
public boolean iceotcpr()
ICEOTCPR
bit in iceotfl1()
is set.ICEOTCPR = 0x20
public boolean iceotea()
ICEOTEA
bit in iceotfl1()
is set.ICEOTEA = 0x10
public boolean iceothfs()
ICEOTHFS
bit in iceotfl1()
is set.ICEOTHFS = 0x08
public int iceotamb()
public boolean iceotexp()
ICEOTEXP
bit in iceotamb()
is set.ICEOTEXP = 0x80
public boolean iceotvsm()
ICEOTVSM
bit in iceotamb()
is set.ICEOTVSM = 0x40
public boolean iceotbsm()
ICEOTBSM
bit in iceotamb()
is set.ICEOTBSM = 0x20
public int iceottyp()
public boolean iceottap()
ICEOTTAP
bit in iceottyp()
is set.ICEOTTAP = 0x80
public boolean iceotdas()
ICEOTDAS
bit in iceottyp()
is set.ICEOTDAS = 0x40
public boolean iceotspd()
ICEOTSPD
bit in iceottyp()
is set.ICEOTSPD = 0x20
public int iceotrcf()
public long iceotbyt()
IllegalArgumentException
- If the value of ICEOTBYT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ICEOTBYT).
Use iceotbytAsBigInteger()
if this is possible.public BigInteger iceotbytAsBigInteger()
iceotbyt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long iceotrec()
IllegalArgumentException
- If the value of ICEOTREC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ICEOTREC).
Use iceotrecAsBigInteger()
if this is possible.public BigInteger iceotrecAsBigInteger()
iceotrec()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long iceotamc()
IllegalArgumentException
- If the value of ICEOTAMC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in ICEOTAMC).
Use iceotamcAsBigInteger()
if this is possible.public BigInteger iceotamcAsBigInteger()
iceotamc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int iceotlrl()
public int iceotbkz()
public String iceotddn()
public String iceotnam()
public String iceotvol()
public long iceotbkf()
public static SortoutDatasetSection 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.