Package com.blackhillsoftware.smf.smf72
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf72.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
smf72rbr()
SMF72RBR value.int
smf72ril()
SMF72RIL value.int
smf72rin()
SMF72RIN value.int
smf72rio()
SMF72RIO value.int
smf72rsq()
SMF72RSQ 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
-
smf72rbr
public int smf72rbr()SMF72RBR value.- Returns:
- int SMF72RBR value
-
smf72rsq
public int smf72rsq()SMF72RSQ value.- Returns:
- int SMF72RSQ value
-
smf72rio
public int smf72rio()SMF72RIO value.- Returns:
- int SMF72RIO value
-
smf72ril
public int smf72ril()SMF72RIL value.- Returns:
- int SMF72RIL value
-
smf72rin
public int smf72rin()SMF72RIN value.- Returns:
- int SMF72RIN 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
-