Package com.blackhillsoftware.smf.smf41
Class VlfStatisticsDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf41.VlfStatisticsDataSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic VlfStatisticsDataSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf41aag()SMF41AAG as a Duration.longSMF41AAG raw value.doubleSMF41AAG in seconds.longsmf41add()SMF41ADD value.longsmf41cag()SMF41CAG value.smf41cls()SMF41CLS value.longsmf41del()SMF41DEL value.longsmf41fnd()SMF41FND value.longsmf41lrg()SMF41LRG value.smf41mag()SMF41MAG as a Duration.longSMF41MAG raw value.doubleSMF41MAG in seconds.longsmf41mvt()SMF41MVT value.longsmf41src()SMF41SRC value.smf41tim()SMF41TIM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF41TIM STCK value.longsmf41trm()SMF41TRM value.longsmf41usd()SMF41USD value.smf41yag()SMF41YAG as a Duration.longSMF41YAG raw value.doubleSMF41YAG in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf41cls
SMF41CLS value.- Returns:
- String SMF41CLS value
-
smf41mvt
public long smf41mvt()SMF41MVT value.- Returns:
- long SMF41MVT value
-
smf41usd
public long smf41usd()SMF41USD value.- Returns:
- long SMF41USD value
-
smf41src
public long smf41src()SMF41SRC value.- Returns:
- long SMF41SRC value
-
smf41fnd
public long smf41fnd()SMF41FND value.- Returns:
- long SMF41FND value
-
smf41add
public long smf41add()SMF41ADD value.- Returns:
- long SMF41ADD value
-
smf41del
public long smf41del()SMF41DEL value.- Returns:
- long SMF41DEL value
-
smf41trm
public long smf41trm()SMF41TRM value.- Returns:
- long SMF41TRM value
-
smf41lrg
public long smf41lrg()SMF41LRG value.- Returns:
- long SMF41LRG value
-
smf41tim
SMF41TIM STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf41timRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF41TIM STCK converted to ZonedDateTime
- See Also:
-
smf41timRawValue
SMF41TIM STCK value.- Returns:
- BigInteger SMF41TIM STCK value
-
smf41aag
SMF41AAG as a Duration.- Returns:
- Duration SMF41AAG
- See Also:
-
smf41aagSeconds
public double smf41aagSeconds()SMF41AAG in seconds.- Returns:
- double SMF41AAG converted to seconds
-
smf41aagRawValue
public long smf41aagRawValue()SMF41AAG raw value.- Returns:
- long SMF41AAG value
-
smf41yag
SMF41YAG as a Duration.- Returns:
- Duration SMF41YAG
- See Also:
-
smf41yagSeconds
public double smf41yagSeconds()SMF41YAG in seconds.- Returns:
- double SMF41YAG converted to seconds
-
smf41yagRawValue
public long smf41yagRawValue()SMF41YAG raw value.- Returns:
- long SMF41YAG value
-
smf41mag
SMF41MAG as a Duration.- Returns:
- Duration SMF41MAG
- See Also:
-
smf41magSeconds
public double smf41magSeconds()SMF41MAG in seconds.- Returns:
- double SMF41MAG converted to seconds
-
smf41magRawValue
public long smf41magRawValue()SMF41MAG raw value.- Returns:
- long SMF41MAG value
-
smf41cag
public long smf41cag()SMF41CAG value.- Returns:
- long SMF41CAG 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
-