public final class LocalLockDataSection extends SmfData
Modifier and Type | Method and Description |
---|---|
static LocalLockDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r725lcal()
R725LCAL value, throws exception if R725LCAL overflows 64 bit signed integer.
|
BigInteger |
r725lcalAsBigInteger()
R725LCAL value as a BigInteger.
|
long |
r725lcsu()
R725LCSU value, throws exception if R725LCSU overflows 64 bit signed integer.
|
BigInteger |
r725lcsuAsBigInteger()
R725LCSU value as a BigInteger.
|
Duration |
r725lcti()
R725LCTI as a Duration.
|
BigInteger |
r725lctiRawValue()
R725LCTI raw value.
|
double |
r725lctiSeconds()
R725LCTI in seconds.
|
long |
r725loal()
R725LOAL value, throws exception if R725LOAL overflows 64 bit signed integer.
|
BigInteger |
r725loalAsBigInteger()
R725LOAL value as a BigInteger.
|
int |
r725loas()
R725LOAS value.
|
String |
r725lojn()
R725LOJN value.
|
BigInteger |
r725loky()
R725LOKY value.
|
String |
r725losn()
R725LOSN value.
|
int |
r725losp()
R725LOSP value.
|
long |
r725lost()
R725LOST value.
|
long |
r725losu()
R725LOSU value, throws exception if R725LOSU overflows 64 bit signed integer.
|
BigInteger |
r725losuAsBigInteger()
R725LOSU value as a BigInteger.
|
Duration |
r725loti()
R725LOTI as a Duration.
|
BigInteger |
r725lotiRawValue()
R725LOTI raw value.
|
double |
r725lotiSeconds()
R725LOTI in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725loky()
public String r725lojn()
public int r725losp()
public int r725loas()
public long r725lost()
public String r725losn()
public long r725losu()
IllegalArgumentException
- If the value of R725LOSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725LOSU).
Use r725losuAsBigInteger()
if this is possible.public BigInteger r725losuAsBigInteger()
r725losu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725loal()
IllegalArgumentException
- If the value of R725LOAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725LOAL).
Use r725loalAsBigInteger()
if this is possible.public BigInteger r725loalAsBigInteger()
r725loal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725loti()
Duration
public double r725lotiSeconds()
public BigInteger r725lotiRawValue()
public long r725lcsu()
IllegalArgumentException
- If the value of R725LCSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725LCSU).
Use r725lcsuAsBigInteger()
if this is possible.public BigInteger r725lcsuAsBigInteger()
r725lcsu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725lcal()
IllegalArgumentException
- If the value of R725LCAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725LCAL).
Use r725lcalAsBigInteger()
if this is possible.public BigInteger r725lcalAsBigInteger()
r725lcal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725lcti()
Duration
public double r725lctiSeconds()
public BigInteger r725lctiRawValue()
public static LocalLockDataSection 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.