public final class CfStorageDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static CfStorageDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r744gcsd()
R744GCSD value.
|
long |
r744gcsf()
R744GCSF value.
|
long |
r744gdsa()
R744GDSA value.
|
long |
r744gdsf()
R744GDSF value.
|
long |
r744gdsr()
R744GDSR value.
|
long |
r744gfsc()
R744GFSC value, throws exception if R744GFSC overflows 64 bit signed integer.
|
BigInteger |
r744gfscAsBigInteger()
R744GFSC value as a BigInteger.
|
int |
r744gisc()
R744GISC value.
|
long |
r744gtsc()
R744GTSC value, throws exception if R744GTSC overflows 64 bit signed integer.
|
BigInteger |
r744gtscAsBigInteger()
R744GTSC value as a BigInteger.
|
long |
r744gtsd()
R744GTSD value.
|
long |
r744gtsf()
R744GTSF value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long r744gcsd()
public long r744gcsf()
public long r744gtsd()
public long r744gtsf()
public long r744gdsa()
public long r744gdsf()
public long r744gdsr()
public long r744gtsc()
IllegalArgumentException
- If the value of R744GTSC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744GTSC).
Use r744gtscAsBigInteger()
if this is possible.public BigInteger r744gtscAsBigInteger()
r744gtsc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r744gfsc()
IllegalArgumentException
- If the value of R744GFSC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R744GFSC).
Use r744gfscAsBigInteger()
if this is possible.public BigInteger r744gfscAsBigInteger()
r744gfsc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int r744gisc()
public static CfStorageDataSection 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.