Package com.blackhillsoftware.smf.smf41
Class ObjectAccessDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf41.ObjectAccessDataSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectAccessDataSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf41ama()
SMF41AMA value.smf41ata()
SMF41ATA as a LocalTime.long
SMF41ATA raw valuelong
smf41aza()
SMF41AZA value.smf41dda()
SMF41DDA value.smf41jbn()
SMF41JBN value.int
smf41tya()
SMF41TYA value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf41dda
SMF41DDA value.- Returns:
- String SMF41DDA value
-
smf41aza
public long smf41aza()SMF41AZA value.- Returns:
- long SMF41AZA value
-
smf41ata
SMF41ATA as a LocalTime.- Returns:
- LocalTime SMF41ATA Time
- See Also:
-
smf41ataRawValue
public long smf41ataRawValue()SMF41ATA raw value- Returns:
- long SMF41ATA value
-
smf41tya
public int smf41tya()SMF41TYA value.- Returns:
- int SMF41TYA value
-
smf41ama
public int smf41ama()SMF41AMA value.- Returns:
- int SMF41AMA value
-
smf41jbn
SMF41JBN value.- Returns:
- String SMF41JBN 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
-