public final class LoaderPublicProgramStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
LDRCDCO
Constant: 0x01 = 1
|
static int |
LDRECDCO
Constant: 0x04 = 4
|
static int |
LDRELPCO
Constant: 0x07 = 7
|
static int |
LDRERDCO
Constant: 0x06 = 6
|
static int |
LDRESDCO
Constant: 0x09 = 9
|
static int |
LDRIDR
Constant: 0x19 = 25
|
static int |
LDRLPACO
Constant: 0x03 = 3
|
static int |
LDRNOCO
Constant: 0x00 = 0
|
static int |
LDRRDCO
Constant: 0x0A = 10
|
static int |
LDRSDCO
Constant: 0x08 = 8
|
static int |
LDRVERS
Constant: 0x01 = 1
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
static LoaderPublicProgramStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
ldrcdco()
|
int |
ldrdvers()
LDRDVERS value.
|
boolean |
ldrecdco()
|
boolean |
ldrelpco()
|
boolean |
ldrerdco()
|
boolean |
ldresdco()
|
long |
ldrfc()
LDRFC value.
|
Duration |
ldrft()
LDRFT as a Duration.
|
double |
ldrftRawValue()
LDRFT raw value.
|
double |
ldrftSeconds()
LDRFT in seconds.
|
int |
ldrid()
LDRID value.
|
String |
ldrlbdnm()
LDRLBDNM value.
|
String |
ldrlbnm()
LDRLBNM value.
|
int |
ldrlen()
LDRLEN value.
|
int |
ldrlocn()
LDRLOCN value.
|
boolean |
ldrlpaco()
|
boolean |
ldrnoco()
|
String |
ldrpname()
LDRPNAME value.
|
long |
ldrpsize()
LDRPSIZE value.
|
boolean |
ldrrdco()
|
long |
ldrrpc()
LDRRPC value.
|
long |
ldrrplo()
LDRRPLO value.
|
boolean |
ldrsdco()
|
long |
ldrtn()
LDRTN value.
|
long |
ldrtu()
LDRTU value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int LDRIDR
public static final int LDRVERS
public static final int LDRNOCO
public static final int LDRCDCO
public static final int LDRLPACO
public static final int LDRECDCO
public static final int LDRERDCO
public static final int LDRELPCO
public static final int LDRSDCO
public static final int LDRESDCO
public static final int LDRRDCO
public int ldrlen()
public int ldrid()
public int ldrdvers()
public String ldrpname()
public long ldrtu()
public long ldrfc()
public double ldrftSeconds()
public double ldrftRawValue()
public long ldrrplo()
public long ldrtn()
public long ldrpsize()
public long ldrrpc()
public int ldrlocn()
public boolean ldrnoco()
ldrlocn()
equals LDRNOCO
LDRNOCO = 0x00
public boolean ldrcdco()
ldrlocn()
equals LDRCDCO
LDRCDCO = 0x01
public boolean ldrlpaco()
ldrlocn()
equals LDRLPACO
LDRLPACO = 0x03
public boolean ldrecdco()
ldrlocn()
equals LDRECDCO
LDRECDCO = 0x04
public boolean ldrerdco()
ldrlocn()
equals LDRERDCO
LDRERDCO = 0x06
public boolean ldrelpco()
ldrlocn()
equals LDRELPCO
LDRELPCO = 0x07
public boolean ldrsdco()
ldrlocn()
equals LDRSDCO
LDRSDCO = 0x08
public boolean ldresdco()
ldrlocn()
equals LDRESDCO
LDRESDCO = 0x09
public boolean ldrrdco()
ldrlocn()
equals LDRRDCO
LDRRDCO = 0x0A
public String ldrlbnm()
public String ldrlbdnm()
public static LoaderPublicProgramStatistics 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.