public final class StatisticsStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
STGCLEN
Constant: 0x58 = 88
|
static int |
STGIDE
Constant: 0x42 = 66
|
static int |
STGVERS
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 StatisticsStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
ZonedDateTime |
stgcstrt()
STGCSTRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
stgcstrtRawValue()
STGCSTRT STCK value.
|
int |
stgdvers()
STGDVERS value.
|
long |
stgeodr()
STGEODR value.
|
Duration |
stgeodt()
STGEODT as a Duration.
|
long |
stgeodtRawValue()
STGEODT raw value.
|
double |
stgeodtSeconds()
STGEODT in seconds.
|
int |
stgid()
STGID value.
|
long |
stgintr()
STGINTR value.
|
Duration |
stgintvl()
STGINTVL as a Duration.
|
long |
stgintvlRawValue()
STGINTVL raw value.
|
double |
stgintvlSeconds()
STGINTVL in seconds.
|
long |
stgldw()
STGLDW value.
|
int |
stglen()
STGLEN value.
|
ZonedDateTime |
stglrt()
STGLRT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
stglrtRawValue()
STGLRT STCK value.
|
long |
stgnc()
STGNC value.
|
long |
stgreqr()
STGREQR value.
|
long |
stgrrtr()
STGRRTR value.
|
long |
stgsmfe()
STGSMFE value.
|
long |
stgsmfs()
STGSMFS value.
|
long |
stgsmfw()
STGSMFW value.
|
int |
stgstrcd()
STGSTRCD value.
|
long |
stgussr()
STGUSSR value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int STGIDE
public static final int STGVERS
public static final int STGCLEN
public int stglen()
public int stgid()
public int stgdvers()
public long stgnc()
public long stgsmfw()
public long stgldw()
public long stgsmfs()
public long stgsmfe()
public long stgintr()
public long stgeodr()
public long stgussr()
public long stgreqr()
public long stgrrtr()
public ZonedDateTime stgcstrt()
Use stgcstrtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger stgcstrtRawValue()
public ZonedDateTime stglrt()
Use stglrtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger stglrtRawValue()
public Duration stgintvl()
Duration
public double stgintvlSeconds()
public long stgintvlRawValue()
public Duration stgeodt()
stgeodtRawValue()
.
Please contact Black Hill Software for more information.public double stgeodtSeconds()
stgeodtRawValue()
.
Please contact Black Hill Software for more information.public long stgeodtRawValue()
public int stgstrcd()
public static StatisticsStatistics 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.