Package com.blackhillsoftware.smf.smf70
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.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 recordintsmf70rbr()SMF70RBR value.intsmf70ril()SMF70RIL value.intsmf70rin()SMF70RIN value.intsmf70rio()SMF70RIO value.intsmf70rsq()SMF70RSQ 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
-
smf70rbr
public int smf70rbr()SMF70RBR value.- Returns:
- int SMF70RBR value
-
smf70rsq
public int smf70rsq()SMF70RSQ value.- Returns:
- int SMF70RSQ value
-
smf70rio
public int smf70rio()SMF70RIO value.- Returns:
- int SMF70RIO value
-
smf70ril
public int smf70ril()SMF70RIL value.- Returns:
- int SMF70RIL value
-
smf70rin
public int smf70rin()SMF70RIN value.- Returns:
- int SMF70RIN 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
-