public final class ZSortStatisticsSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
ICEZSINF
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static ZSortStatisticsSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
byte[] |
icezsdia()
ICEZSDIA data.
|
int |
icezsdiv()
ICEZSDIV value.
|
int |
icezsflg()
ICEZSFLG value.
|
boolean |
icezsinf()
Return true if
ICEZSINF bit in icezsflg() is set. |
Duration |
icezsph1()
ICEZSPH1 as a Duration.
|
long |
icezsph1RawValue()
ICEZSPH1 raw value.
|
double |
icezsph1Seconds()
ICEZSPH1 in seconds.
|
Duration |
icezsph3()
ICEZSPH3 as a Duration.
|
long |
icezsph3RawValue()
ICEZSPH3 raw value.
|
double |
icezsph3Seconds()
ICEZSPH3 in seconds.
|
Duration |
icezstc1()
ICEZSTC1 as a Duration.
|
long |
icezstc1RawValue()
ICEZSTC1 raw value.
|
double |
icezstc1Seconds()
ICEZSTC1 in seconds.
|
Duration |
icezstc3()
ICEZSTC3 as a Duration.
|
long |
icezstc3RawValue()
ICEZSTC3 raw value.
|
double |
icezstc3Seconds()
ICEZSTC3 in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int ICEZSINF
public int icezsflg()
public boolean icezsinf()
ICEZSINF
bit in icezsflg()
is set.ICEZSINF = 0x80
public Duration icezsph1()
Duration
public double icezsph1Seconds()
public long icezsph1RawValue()
public Duration icezsph3()
Duration
public double icezsph3Seconds()
public long icezsph3RawValue()
public Duration icezstc1()
Duration
public double icezstc1Seconds()
public long icezstc1RawValue()
public Duration icezstc3()
Duration
public double icezstc3Seconds()
public long icezstc3RawValue()
public byte[] icezsdia()
public int icezsdiv()
public static ZSortStatisticsSection 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.