Package com.blackhillsoftware.smf.smf73
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf73.ReassemblyArea
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReassemblyAreacreate(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Reassembly Blocks from the recordintsmf73rbr()SMF73RBR value.intsmf73ril()SMF73RIL value.intsmf73rin()SMF73RIN value.intsmf73rio()SMF73RIO value.intsmf73rsq()SMF73RSQ value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
reassemblyBlocks
Get a List containing Reassembly Blocks from the record- Returns:
- a list of ReassemblyBlock
-
smf73rbr
public int smf73rbr()SMF73RBR value.- Returns:
- int SMF73RBR value
-
smf73rsq
public int smf73rsq()SMF73RSQ value.- Returns:
- int SMF73RSQ value
-
smf73rio
public int smf73rio()SMF73RIO value.- Returns:
- int SMF73RIO value
-
smf73ril
public int smf73ril()SMF73RIL value.- Returns:
- int SMF73RIL value
-
smf73rin
public int smf73rin()SMF73RIN value.- Returns:
- int SMF73RIN 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
-