public final class ExtendedSequentialDatasetStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4204E_LEN
Constant: 0x48 = 72
|
Modifier and Type | Method and Description |
---|---|
static ExtendedSequentialDatasetStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
s42evlrt()
S42EVLRT value, throws exception if S42EVLRT overflows 64 bit signed integer.
|
BigInteger |
s42evlrtAsBigInteger()
S42EVLRT value as a BigInteger.
|
long |
s42evlwt()
S42EVLWT value, throws exception if S42EVLWT overflows 64 bit signed integer.
|
BigInteger |
s42evlwtAsBigInteger()
S42EVLWT value as a BigInteger.
|
ZonedDateTime |
s42exetm()
S42EXETM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42exetmRawValue()
S42EXETM STCK value.
|
long |
s42exid()
S42EXID value.
|
String |
s42exjnm()
S42EXJNM value.
|
String |
s42exjno()
S42EXJNO value.
|
String |
s42exrqs()
S42EXRQS value.
|
ZonedDateTime |
s42exstm()
S42EXSTM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
s42exstmRawValue()
S42EXSTM STCK value.
|
String |
s42exts()
S42EXTS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4204E_LEN
public long s42exid()
public String s42exrqs()
public String s42exjnm()
public String s42exjno()
public ZonedDateTime s42exstm()
Use s42exstmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42exstmRawValue()
public ZonedDateTime s42exetm()
Use s42exetmRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger s42exetmRawValue()
public String s42exts()
public long s42evlrt()
IllegalArgumentException
- If the value of S42EVLRT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42EVLRT).
Use s42evlrtAsBigInteger()
if this is possible.public BigInteger s42evlrtAsBigInteger()
s42evlrt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42evlwt()
IllegalArgumentException
- If the value of S42EVLWT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42EVLWT).
Use s42evlwtAsBigInteger()
if this is possible.public BigInteger s42evlwtAsBigInteger()
s42evlwt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static ExtendedSequentialDatasetStatistics 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.