Package com.blackhillsoftware.smf.smf62
Class StatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf62.StatisticsSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic StatisticsSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf62det()
SMF62DET value.smf62dkl()
SMF62DKL value.smf62dt()
SMF62DT as a LocalDate.int
SMF62DT raw value.int
smf62mc1()
SMF62MC1 value.int
smf62mc2()
SMF62MC2 value.int
smf62mc3()
SMF62MC3 value.int
smf62mc4()
SMF62MC4 value.smf62tim()
SMF62TIM as a LocalTime.long
SMF62TIM raw valueMethods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf62tim
SMF62TIM as a LocalTime.- Returns:
- LocalTime SMF62TIM Time
- See Also:
-
smf62timRawValue
public long smf62timRawValue()SMF62TIM raw value- Returns:
- long SMF62TIM value
-
smf62dt
SMF62DT as a LocalDate.- Returns:
- LocalDate SMF62DT Date
- See Also:
-
smf62dtRawValue
public int smf62dtRawValue()SMF62DT raw value.- Returns:
- int SMF62DT value
-
smf62mc1
public int smf62mc1()SMF62MC1 value.- Returns:
- int SMF62MC1 value
-
smf62mc2
public int smf62mc2()SMF62MC2 value.- Returns:
- int SMF62MC2 value
-
smf62mc3
public int smf62mc3()SMF62MC3 value.- Returns:
- int SMF62MC3 value
-
smf62mc4
public int smf62mc4()SMF62MC4 value.- Returns:
- int SMF62MC4 value
-
smf62det
public int smf62det()SMF62DET value.- Returns:
- int SMF62DET value
-
smf62dkl
SMF62DKL value.- Returns:
- String SMF62DKL 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
-