public final class CmlLockRequestorDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static CmlLockRequestorDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r725cral()
R725CRAL value, throws exception if R725CRAL overflows 64 bit signed integer.
|
BigInteger |
r725cralAsBigInteger()
R725CRAL value as a BigInteger.
|
int |
r725cras()
R725CRAS value.
|
String |
r725crjn()
R725CRJN value.
|
BigInteger |
r725crky()
R725CRKY value.
|
String |
r725crsn()
R725CRSN value.
|
int |
r725crsp()
R725CRSP value.
|
long |
r725crst()
R725CRST value.
|
long |
r725crsu()
R725CRSU value, throws exception if R725CRSU overflows 64 bit signed integer.
|
BigInteger |
r725crsuAsBigInteger()
R725CRSU value as a BigInteger.
|
Duration |
r725crti()
R725CRTI as a Duration.
|
BigInteger |
r725crtiRawValue()
R725CRTI raw value.
|
double |
r725crtiSeconds()
R725CRTI in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725crky()
public String r725crjn()
public int r725crsp()
public int r725cras()
public long r725crst()
public String r725crsn()
public long r725crsu()
IllegalArgumentException
- If the value of R725CRSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CRSU).
Use r725crsuAsBigInteger()
if this is possible.public BigInteger r725crsuAsBigInteger()
r725crsu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725cral()
IllegalArgumentException
- If the value of R725CRAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CRAL).
Use r725cralAsBigInteger()
if this is possible.public BigInteger r725cralAsBigInteger()
r725cral()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725crti()
Duration
public double r725crtiSeconds()
public BigInteger r725crtiRawValue()
public static CmlLockRequestorDataSection 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.