Package com.blackhillsoftware.smf.smf41
Class ObjectUnaccessDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf41.ObjectUnaccessDataSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectUnaccessDataSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf41utu()
SMF41UTU as a LocalTime.long
SMF41UTU raw valuelong
smf41uzu()
SMF41UZU value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf41uzu
public long smf41uzu()SMF41UZU value.- Returns:
- long SMF41UZU value
-
smf41utu
SMF41UTU as a LocalTime.- Returns:
- LocalTime SMF41UTU Time
- See Also:
-
smf41utuRawValue
public long smf41utuRawValue()SMF41UTU raw value- Returns:
- long SMF41UTU 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
-