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 ReassemblyArea
create
(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Reassembly Blocks from the recordint
smf74rbr()
SMF74RBR value.int
smf74ril()
SMF74RIL value.int
smf74rin()
SMF74RIN value.int
smf74rio()
SMF74RIO value.int
smf74rsq()
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
-