public final class CmsLockTypeData extends SmfData
Modifier and Type | Method and Description |
---|---|
static CmsLockTypeData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
r725cmal()
R725CMAL value, throws exception if R725CMAL overflows 64 bit signed integer.
|
BigInteger |
r725cmalAsBigInteger()
R725CMAL value as a BigInteger.
|
int |
r725cmas()
R725CMAS value.
|
String |
r725cmjn()
R725CMJN value.
|
BigInteger |
r725cmky()
R725CMKY value.
|
String |
r725cmsn()
R725CMSN value.
|
int |
r725cmsp()
R725CMSP value.
|
long |
r725cmst()
R725CMST value.
|
long |
r725cmsu()
R725CMSU value, throws exception if R725CMSU overflows 64 bit signed integer.
|
BigInteger |
r725cmsuAsBigInteger()
R725CMSU value as a BigInteger.
|
Duration |
r725cmti()
R725CMTI as a Duration.
|
BigInteger |
r725cmtiRawValue()
R725CMTI raw value.
|
double |
r725cmtiSeconds()
R725CMTI in seconds.
|
int |
r725cmty()
R725CMTY value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725cmky()
public String r725cmjn()
public int r725cmsp()
public int r725cmas()
public long r725cmst()
public String r725cmsn()
public int r725cmty()
public long r725cmsu()
IllegalArgumentException
- If the value of R725CMSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CMSU).
Use r725cmsuAsBigInteger()
if this is possible.public BigInteger r725cmsuAsBigInteger()
r725cmsu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725cmal()
IllegalArgumentException
- If the value of R725CMAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725CMAL).
Use r725cmalAsBigInteger()
if this is possible.public BigInteger r725cmalAsBigInteger()
r725cmal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725cmti()
Duration
public double r725cmtiSeconds()
public BigInteger r725cmtiRawValue()
public static CmsLockTypeData 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.