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