public final class CfStructureDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R744QAAD
Constant: 0x80 = 128
|
static int |
R744QACT
Constant: 0x80 = 128
|
static int |
R744QDPT
Constant: 0x04 = 4
|
static int |
R744QHOL
Constant: 0x08 = 8
|
static int |
R744QRBD
Constant: 0x01 = 1
|
static int |
R744QRBN
Constant: 0x40 = 64
|
static int |
R744QRBO
Constant: 0x20 = 32
|
static int |
R744QRBP
Constant: 0x02 = 2
|
static int |
R744QTRA
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static CfStructureDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r744qaad()
Return true if
R744QAAD bit in r744qfl1() is set. |
boolean |
r744qact()
Return true if
R744QACT bit in r744qflg() is set. |
boolean |
r744qdpt()
Return true if
R744QDPT bit in r744qflg() is set. |
int |
r744qfl1()
R744QFL1 value.
|
int |
r744qflg()
R744QFLG value.
|
boolean |
r744qhol()
Return true if
R744QHOL bit in r744qflg() is set. |
boolean |
r744qrbd()
Return true if
R744QRBD bit in r744qflg() is set. |
boolean |
r744qrbn()
Return true if
R744QRBN bit in r744qflg() is set. |
boolean |
r744qrbo()
Return true if
R744QRBO bit in r744qflg() is set. |
boolean |
r744qrbp()
Return true if
R744QRBP bit in r744qflg() is set. |
long |
r744qsiz()
R744QSIZ value.
|
String |
r744qstr()
R744QSTR value.
|
boolean |
r744qtra()
Return true if
R744QTRA bit in r744qflg() is set. |
long |
r744qver()
R744QVER value, throws exception if R744QVER overflows 64 bit signed integer.
|
BigInteger |
r744qverAsBigInteger()
R744QVER value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R744QACT
public static final int R744QRBN
public static final int R744QRBO
public static final int R744QTRA
public static final int R744QHOL
public static final int R744QDPT
public static final int R744QRBP
public static final int R744QRBD
public static final int R744QAAD
public String r744qstr()
public long r744qsiz()
public long r744qver()
IllegalArgumentException
- If the value of R744QVER exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744QVER).
Use r744qverAsBigInteger()
if this is possible.public BigInteger r744qverAsBigInteger()
r744qver()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int r744qflg()
public boolean r744qact()
R744QACT
bit in r744qflg()
is set.R744QACT = 0x80
public boolean r744qrbn()
R744QRBN
bit in r744qflg()
is set.R744QRBN = 0x40
public boolean r744qrbo()
R744QRBO
bit in r744qflg()
is set.R744QRBO = 0x20
public boolean r744qtra()
R744QTRA
bit in r744qflg()
is set.R744QTRA = 0x10
public boolean r744qhol()
R744QHOL
bit in r744qflg()
is set.R744QHOL = 0x08
public boolean r744qdpt()
R744QDPT
bit in r744qflg()
is set.R744QDPT = 0x04
public boolean r744qrbp()
R744QRBP
bit in r744qflg()
is set.R744QRBP = 0x02
public boolean r744qrbd()
R744QRBD
bit in r744qflg()
is set.R744QRBD = 0x01
public int r744qfl1()
public boolean r744qaad()
R744QAAD
bit in r744qfl1()
is set.R744QAAD = 0x80
public static CfStructureDataSection 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.