java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetMpfSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetMpfSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf9014d()SMF9014D values.intsmf90cmp()SMF90CMP value.smf90tmp()SMF90TMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90TMP STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90tmp
SMF90TMP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90tmpRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90TMP STCK converted to ZonedDateTime
- See Also:
-
smf90tmpRawValue
SMF90TMP STCK value.- Returns:
- BigInteger SMF90TMP STCK value
-
smf90cmp
public int smf90cmp()SMF90CMP value.- Returns:
- int SMF90CMP value
-
smf9014d
SMF9014D values.- Returns:
- List<String> SMF9014D values
-
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
-