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 ReassemblyArea
create
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Reassembly Blocks from the recordint
smf73rbr()
SMF73RBR value.int
smf73ril()
SMF73RIL value.int
smf73rin()
SMF73RIN value.int
smf73rio()
SMF73RIO value.int
smf73rsq()
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
-