public final class LoaderGlobalDsaStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
LDGCDSA
Constant: 0x01 = 1
|
static int |
LDGDSALEN
Constant: 0x30 = 48
|
static int |
LDGECDSA
Constant: 0x02 = 2
|
static int |
LDGERDSA
Constant: 0x06 = 6
|
static int |
LDGESDSA
Constant: 0x04 = 4
|
static int |
LDGMAXDSA
Constant: 0x06 = 6
|
static int |
LDGRDSA
Constant: 0x05 = 5
|
static int |
LDGSDSA
Constant: 0x03 = 3
|
Modifier and Type | Method and Description |
---|---|
static LoaderGlobalDsaStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
ldgcdsa()
Return true if
ldgdsaindex() equals LDGCDSA . |
long |
ldgdpscr()
LDGDPSCR value.
|
Duration |
ldgdpsct()
LDGDPSCT as a Duration.
|
long |
ldgdpsctRawValue()
LDGDPSCT raw value.
|
double |
ldgdpsctSeconds()
LDGDPSCT in seconds.
|
int |
ldgdsaindex()
LDGDSAINDEX value.
|
boolean |
ldgecdsa()
Return true if
ldgdsaindex() equals LDGECDSA . |
boolean |
ldgerdsa()
Return true if
ldgdsaindex() equals LDGERDSA . |
boolean |
ldgesdsa()
Return true if
ldgdsaindex() equals LDGESDSA . |
long |
ldgprogniu()
LDGPROGNIU value.
|
boolean |
ldgrdsa()
Return true if
ldgdsaindex() equals LDGRDSA . |
long |
ldgrecniu()
LDGRECNIU value.
|
boolean |
ldgsdsa()
Return true if
ldgdsaindex() equals LDGSDSA . |
long |
ldgstgniu()
LDGSTGNIU value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int LDGDSALEN
public static final int LDGMAXDSA
public static final int LDGCDSA
public static final int LDGECDSA
public static final int LDGSDSA
public static final int LDGESDSA
public static final int LDGRDSA
public static final int LDGERDSA
public long ldgstgniu()
public long ldgprogniu()
public long ldgrecniu()
public long ldgdpscr()
public Duration ldgdpsct()
Duration
public double ldgdpsctSeconds()
public long ldgdpsctRawValue()
public int ldgdsaindex()
public boolean ldgcdsa()
ldgdsaindex()
equals LDGCDSA
.ldgdsaindex()
equals LDGCDSA
LDGCDSA = 0x01
public boolean ldgecdsa()
ldgdsaindex()
equals LDGECDSA
.ldgdsaindex()
equals LDGECDSA
LDGECDSA = 0x02
public boolean ldgsdsa()
ldgdsaindex()
equals LDGSDSA
.ldgdsaindex()
equals LDGSDSA
LDGSDSA = 0x03
public boolean ldgesdsa()
ldgdsaindex()
equals LDGESDSA
.ldgdsaindex()
equals LDGESDSA
LDGESDSA = 0x04
public boolean ldgrdsa()
ldgdsaindex()
equals LDGRDSA
.ldgdsaindex()
equals LDGRDSA
LDGRDSA = 0x05
public boolean ldgerdsa()
ldgdsaindex()
equals LDGERDSA
.ldgdsaindex()
equals LDGERDSA
LDGERDSA = 0x06
public static LoaderGlobalDsaStatistics 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.