java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetPfkSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetPfkSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf90pfn()
SMF90PFN value.smf90pfo()
SMF90PFO value.smf90tpf()
SMF90TPF STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90TPF STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90tpf
SMF90TPF STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90tpfRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90TPF STCK converted to ZonedDateTime
- See Also:
-
smf90tpfRawValue
SMF90TPF STCK value.- Returns:
- BigInteger SMF90TPF STCK value
-
smf90pfo
SMF90PFO value.- Returns:
- String SMF90PFO value
-
smf90pfn
SMF90PFN value.- Returns:
- String SMF90PFN 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
-