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 ObjectAccessDataSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf41ama()SMF41AMA value.smf41ata()SMF41ATA as a LocalTime.longSMF41ATA raw valuelongsmf41aza()SMF41AZA value.smf41dda()SMF41DDA value.smf41jbn()SMF41JBN value.intsmf41tya()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
-