Package com.blackhillsoftware.smf.smf79
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf79.ReassemblyArea
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReassemblyArea
create
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Reassembly Blocks from the recordint
smf79rbr()
SMF79RBR value.int
smf79ril()
SMF79RIL value.int
smf79rin()
SMF79RIN value.int
smf79rio()
SMF79RIO value.int
smf79rsq()
SMF79RSQ 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
-
smf79rbr
public int smf79rbr()SMF79RBR value.- Returns:
- int SMF79RBR value
-
smf79rsq
public int smf79rsq()SMF79RSQ value.- Returns:
- int SMF79RSQ value
-
smf79rio
public int smf79rio()SMF79RIO value.- Returns:
- int SMF79RIO value
-
smf79ril
public int smf79ril()SMF79RIL value.- Returns:
- int SMF79RIL value
-
smf79rin
public int smf79rin()SMF79RIN value.- Returns:
- int SMF79RIN 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
-