Package com.blackhillsoftware.smf.smf41
Class ObjectIoActivityDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf41.ObjectIoActivityDataSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectIoActivityDataSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf41brd()
SMF41BRD value.long
smf41brr()
SMF41BRR value.long
smf41bwr()
SMF41BWR value.long
smf41inc()
SMF41INC value.long
smf41ouc()
SMF41OUC value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf41brd
public long smf41brd()SMF41BRD value.- Returns:
- long SMF41BRD value
-
smf41bwr
public long smf41bwr()SMF41BWR value.- Returns:
- long SMF41BWR value
-
smf41brr
public long smf41brr()SMF41BRR value.- Returns:
- long SMF41BRR value
-
smf41inc
public long smf41inc()SMF41INC value.- Returns:
- long SMF41INC value
-
smf41ouc
public long smf41ouc()SMF41OUC value.- Returns:
- long SMF41OUC 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
-