Package com.blackhillsoftware.smf.smf74
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.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 recordintsmf74rbr()SMF74RBR value.intsmf74ril()SMF74RIL value.intsmf74rin()SMF74RIN value.intsmf74rio()SMF74RIO value.intsmf74rsq()SMF74RSQ 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
-
smf74rbr
public int smf74rbr()SMF74RBR value.- Returns:
- int SMF74RBR value
-
smf74rsq
public int smf74rsq()SMF74RSQ value.- Returns:
- int SMF74RSQ value
-
smf74rio
public int smf74rio()SMF74RIO value.- Returns:
- int SMF74RIO value
-
smf74ril
public int smf74ril()SMF74RIL value.- Returns:
- int SMF74RIL value
-
smf74rin
public int smf74rin()SMF74RIN value.- Returns:
- int SMF74RIN 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
-