public final class CmlLockOwnerDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static CmlLockOwnerDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r725clal()
R725CLAL value, throws exception if R725CLAL overflows 64 bit signed integer.
|
BigInteger |
r725clalAsBigInteger()
R725CLAL value as a BigInteger.
|
long |
r725clsu()
R725CLSU value, throws exception if R725CLSU overflows 64 bit signed integer.
|
BigInteger |
r725clsuAsBigInteger()
R725CLSU value as a BigInteger.
|
Duration |
r725clti()
R725CLTI as a Duration.
|
BigInteger |
r725cltiRawValue()
R725CLTI raw value.
|
double |
r725cltiSeconds()
R725CLTI in seconds.
|
long |
r725coal()
R725COAL value, throws exception if R725COAL overflows 64 bit signed integer.
|
BigInteger |
r725coalAsBigInteger()
R725COAL value as a BigInteger.
|
int |
r725coas()
R725COAS value.
|
String |
r725cojn()
R725COJN value.
|
BigInteger |
r725coky()
R725COKY value.
|
String |
r725cosn()
R725COSN value.
|
int |
r725cosp()
R725COSP value.
|
long |
r725cost()
R725COST value.
|
long |
r725cosu()
R725COSU value, throws exception if R725COSU overflows 64 bit signed integer.
|
BigInteger |
r725cosuAsBigInteger()
R725COSU value as a BigInteger.
|
Duration |
r725coti()
R725COTI as a Duration.
|
BigInteger |
r725cotiRawValue()
R725COTI raw value.
|
double |
r725cotiSeconds()
R725COTI in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725coky()
public String r725cojn()
public int r725cosp()
public int r725coas()
public long r725cost()
public String r725cosn()
public long r725cosu()
IllegalArgumentException
- If the value of R725COSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725COSU).
Use r725cosuAsBigInteger()
if this is possible.public BigInteger r725cosuAsBigInteger()
r725cosu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725coal()
IllegalArgumentException
- If the value of R725COAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725COAL).
Use r725coalAsBigInteger()
if this is possible.public BigInteger r725coalAsBigInteger()
r725coal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725coti()
Duration
public double r725cotiSeconds()
public BigInteger r725cotiRawValue()
public long r725clsu()
IllegalArgumentException
- If the value of R725CLSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CLSU).
Use r725clsuAsBigInteger()
if this is possible.public BigInteger r725clsuAsBigInteger()
r725clsu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725clal()
IllegalArgumentException
- If the value of R725CLAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CLAL).
Use r725clalAsBigInteger()
if this is possible.public BigInteger r725clalAsBigInteger()
r725clal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725clti()
Duration
public double r725cltiSeconds()
public BigInteger r725cltiRawValue()
public static CmlLockOwnerDataSection 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.