java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetOptSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetOptSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf90opn()SMF90OPN value.smf90opo()SMF90OPO value.smf90top()SMF90TOP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90TOP STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90top
SMF90TOP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90topRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90TOP STCK converted to ZonedDateTime
- See Also:
-
smf90topRawValue
SMF90TOP STCK value.- Returns:
- BigInteger SMF90TOP STCK value
-
smf90opo
SMF90OPO value.- Returns:
- String SMF90OPO value
-
smf90opn
SMF90OPN value.- Returns:
- String SMF90OPN 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
-