Package com.blackhillsoftware.smf.smf16
Class ZSortStatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf16.ZSortStatisticsSection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 ifICEZSINF
bit inicezsflg()
is set.icezsph1()
ICEZSPH1 as a Duration.long
ICEZSPH1 raw value.double
ICEZSPH1 in seconds.icezsph3()
ICEZSPH3 as a Duration.long
ICEZSPH3 raw value.double
ICEZSPH3 in seconds.icezstc1()
ICEZSTC1 as a Duration.long
ICEZSTC1 raw value.double
ICEZSTC1 in seconds.icezstc3()
ICEZSTC3 as a Duration.long
ICEZSTC3 raw value.double
ICEZSTC3 in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
ICEZSINF
public static final int ICEZSINFConstant: 0x80 = 128- See Also:
-
-
Method Details
-
icezsflg
public int icezsflg()ICEZSFLG value.- Returns:
- int ICEZSFLG value
-
icezsinf
public boolean icezsinf()Return true ifICEZSINF
bit inicezsflg()
is set.- Returns:
- boolean ICEZSINF bit is set in icezsflg()
ICEZSINF = 0x80
-
icezsph1
ICEZSPH1 as a Duration.- Returns:
- Duration ICEZSPH1
- See Also:
-
icezsph1Seconds
public double icezsph1Seconds()ICEZSPH1 in seconds.- Returns:
- double ICEZSPH1 converted to seconds
-
icezsph1RawValue
public long icezsph1RawValue()ICEZSPH1 raw value.- Returns:
- long ICEZSPH1 value
-
icezsph3
ICEZSPH3 as a Duration.- Returns:
- Duration ICEZSPH3
- See Also:
-
icezsph3Seconds
public double icezsph3Seconds()ICEZSPH3 in seconds.- Returns:
- double ICEZSPH3 converted to seconds
-
icezsph3RawValue
public long icezsph3RawValue()ICEZSPH3 raw value.- Returns:
- long ICEZSPH3 value
-
icezstc1
ICEZSTC1 as a Duration.- Returns:
- Duration ICEZSTC1
- See Also:
-
icezstc1Seconds
public double icezstc1Seconds()ICEZSTC1 in seconds.- Returns:
- double ICEZSTC1 converted to seconds
-
icezstc1RawValue
public long icezstc1RawValue()ICEZSTC1 raw value.- Returns:
- long ICEZSTC1 value
-
icezstc3
ICEZSTC3 as a Duration.- Returns:
- Duration ICEZSTC3
- See Also:
-
icezstc3Seconds
public double icezstc3Seconds()ICEZSTC3 in seconds.- Returns:
- double ICEZSTC3 converted to seconds
-
icezstc3RawValue
public long icezstc3RawValue()ICEZSTC3 raw value.- Returns:
- long ICEZSTC3 value
-
icezsdia
public byte[] icezsdia()ICEZSDIA data.- Returns:
- byte[] ICEZSDIA data
-
icezsdiv
public int icezsdiv()ICEZSDIV value.- Returns:
- int ICEZSDIV value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-