Package com.blackhillsoftware.smf.smf75
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf75.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 recordintsmf75rbr()SMF75RBR value.intsmf75ril()SMF75RIL value.intsmf75rin()SMF75RIN value.intsmf75rio()SMF75RIO value.intsmf75rsq()SMF75RSQ 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
-
smf75rbr
public int smf75rbr()SMF75RBR value.- Returns:
- int SMF75RBR value
-
smf75rsq
public int smf75rsq()SMF75RSQ value.- Returns:
- int SMF75RSQ value
-
smf75rio
public int smf75rio()SMF75RIO value.- Returns:
- int SMF75RIO value
-
smf75ril
public int smf75ril()SMF75RIL value.- Returns:
- int SMF75RIL value
-
smf75rin
public int smf75rin()SMF75RIN value.- Returns:
- int SMF75RIN 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
-