java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf23.SystemSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SystemSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf23int()
SMF23INT as LocalTime.SMF23INT String value.smf23osl()
SMF23OSL value.smf23rls()
SMF23RLS value.smf23syn()
SMF23SYN value.smf23syp()
SMF23SYP value.smf23tod()
SMF23TOD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF23TOD STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf23int
SMF23INT as LocalTime.- Returns:
- LocalTime SMF23INT Time
- See Also:
-
smf23intRawValue
SMF23INT String value.- Returns:
- String SMF23INT value
-
smf23rls
SMF23RLS value.- Returns:
- String SMF23RLS value
-
smf23osl
SMF23OSL value.- Returns:
- String SMF23OSL value
-
smf23tod
SMF23TOD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf23todRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF23TOD STCK converted to ZonedDateTime
- See Also:
-
smf23todRawValue
SMF23TOD STCK value.- Returns:
- BigInteger SMF23TOD STCK value
-
smf23syn
SMF23SYN value.- Returns:
- String SMF23SYN value
-
smf23syp
SMF23SYP value.- Returns:
- String SMF23SYP 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
-