public final class AccessMethodStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
S42DSAM_LEN
Constant: 0x58 = 88
|
Modifier and Type | Method and Description |
---|---|
static AccessMethodStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
s42amdrb()
S42AMDRB value.
|
Duration |
s42amdrr()
S42AMDRR as a Duration.
|
long |
s42amdrrRawValue()
S42AMDRR raw value.
|
double |
s42amdrrSeconds()
S42AMDRR in seconds.
|
long |
s42amdwb()
S42AMDWB value.
|
Duration |
s42amdwr()
S42AMDWR as a Duration.
|
long |
s42amdwrRawValue()
S42AMDWR raw value.
|
double |
s42amdwrSeconds()
S42AMDWR in seconds.
|
long |
s42amrbd()
S42AMRBD value, throws exception if S42AMRBD overflows 64 bit signed integer.
|
BigInteger |
s42amrbdAsBigInteger()
S42AMRBD value as a BigInteger.
|
long |
s42amrci()
S42AMRCI value.
|
long |
s42amrib()
S42AMRIB value, throws exception if S42AMRIB overflows 64 bit signed integer.
|
BigInteger |
s42amribAsBigInteger()
S42AMRIB value as a BigInteger.
|
long |
s42amsrb()
S42AMSRB value.
|
Duration |
s42amsrr()
S42AMSRR as a Duration.
|
long |
s42amsrrRawValue()
S42AMSRR raw value.
|
double |
s42amsrrSeconds()
S42AMSRR in seconds.
|
long |
s42amswb()
S42AMSWB value.
|
Duration |
s42amswr()
S42AMSWR as a Duration.
|
long |
s42amswrRawValue()
S42AMSWR raw value.
|
double |
s42amswrSeconds()
S42AMSWR in seconds.
|
long |
s42amwbe()
S42AMWBE value, throws exception if S42AMWBE overflows 64 bit signed integer.
|
BigInteger |
s42amwbeAsBigInteger()
S42AMWBE value as a BigInteger.
|
long |
s42amwci()
S42AMWCI value.
|
long |
s42amwib()
S42AMWIB value, throws exception if S42AMWIB overflows 64 bit signed integer.
|
BigInteger |
s42amwibAsBigInteger()
S42AMWIB value as a BigInteger.
|
long |
s42amzrb()
S42AMZRB value.
|
Duration |
s42amzrr()
S42AMZRR as a Duration.
|
long |
s42amzrrRawValue()
S42AMZRR raw value.
|
double |
s42amzrrSeconds()
S42AMZRR in seconds.
|
long |
s42amzwb()
S42AMZWB value.
|
Duration |
s42amzwr()
S42AMZWR as a Duration.
|
long |
s42amzwrRawValue()
S42AMZWR raw value.
|
double |
s42amzwrSeconds()
S42AMZWR in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int S42DSAM_LEN
public long s42amsrb()
public Duration s42amsrr()
Duration
public double s42amsrrSeconds()
public long s42amsrrRawValue()
public long s42amswb()
public Duration s42amswr()
Duration
public double s42amswrSeconds()
public long s42amswrRawValue()
public long s42amdrb()
public Duration s42amdrr()
Duration
public double s42amdrrSeconds()
public long s42amdrrRawValue()
public long s42amdwb()
public Duration s42amdwr()
Duration
public double s42amdwrSeconds()
public long s42amdwrRawValue()
public long s42amzrb()
public Duration s42amzrr()
Duration
public double s42amzrrSeconds()
public long s42amzrrRawValue()
public long s42amzwb()
public Duration s42amzwr()
Duration
public double s42amzwrSeconds()
public long s42amzwrRawValue()
public long s42amrib()
IllegalArgumentException
- If the value of S42AMRIB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42AMRIB).
Use s42amribAsBigInteger()
if this is possible.public BigInteger s42amribAsBigInteger()
s42amrib()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42amwib()
IllegalArgumentException
- If the value of S42AMWIB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42AMWIB).
Use s42amwibAsBigInteger()
if this is possible.public BigInteger s42amwibAsBigInteger()
s42amwib()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42amrbd()
IllegalArgumentException
- If the value of S42AMRBD exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42AMRBD).
Use s42amrbdAsBigInteger()
if this is possible.public BigInteger s42amrbdAsBigInteger()
s42amrbd()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42amwbe()
IllegalArgumentException
- If the value of S42AMWBE exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in S42AMWBE).
Use s42amwbeAsBigInteger()
if this is possible.public BigInteger s42amwbeAsBigInteger()
s42amwbe()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long s42amrci()
public long s42amwci()
public static AccessMethodStatistics 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.