public final class GrsEnqueueData extends SmfData
Modifier and Type | Method and Description |
---|---|
static GrsEnqueueData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r725enas()
R725ENAS value.
|
String |
r725enjn()
R725ENJN value.
|
BigInteger |
r725enky()
R725ENKY value.
|
long |
r725enrc()
R725ENRC value, throws exception if R725ENRC overflows 64 bit signed integer.
|
BigInteger |
r725enrcAsBigInteger()
R725ENRC value as a BigInteger.
|
int |
r725ensc()
R725ENSC value.
|
String |
r725ensn()
R725ENSN value.
|
int |
r725ensp()
R725ENSP value.
|
BigInteger |
r725ensq()
R725ENSQ value.
|
long |
r725enst()
R725ENST value.
|
long |
r725ensu()
R725ENSU value, throws exception if R725ENSU overflows 64 bit signed integer.
|
BigInteger |
r725ensuAsBigInteger()
R725ENSU value as a BigInteger.
|
Duration |
r725enti()
R725ENTI as a Duration.
|
BigInteger |
r725entiRawValue()
R725ENTI raw value.
|
double |
r725entiSeconds()
R725ENTI in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public BigInteger r725enky()
public String r725enjn()
public int r725ensp()
public int r725enas()
public long r725enst()
public String r725ensn()
public int r725ensc()
public long r725enrc()
IllegalArgumentException
- If the value of R725ENRC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725ENRC).
Use r725enrcAsBigInteger()
if this is possible.public BigInteger r725enrcAsBigInteger()
r725enrc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long r725ensu()
IllegalArgumentException
- If the value of R725ENSU exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in R725ENSU).
Use r725ensuAsBigInteger()
if this is possible.public BigInteger r725ensuAsBigInteger()
r725ensu()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public Duration r725enti()
Duration
public double r725entiSeconds()
public BigInteger r725entiRawValue()
public BigInteger r725ensq()
public static GrsEnqueueData 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.