Package com.blackhillsoftware.smf.smf76
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf76.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
smf76rbr()
SMF76RBR value.int
smf76ril()
SMF76RIL value.int
smf76rin()
SMF76RIN value.int
smf76rio()
SMF76RIO value.int
smf76rsq()
SMF76RSQ 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
-
smf76rbr
public int smf76rbr()SMF76RBR value.- Returns:
- int SMF76RBR value
-
smf76rsq
public int smf76rsq()SMF76RSQ value.- Returns:
- int SMF76RSQ value
-
smf76rio
public int smf76rio()SMF76RIO value.- Returns:
- int SMF76RIO value
-
smf76ril
public int smf76ril()SMF76RIL value.- Returns:
- int SMF76RIL value
-
smf76rin
public int smf76rin()SMF76RIN value.- Returns:
- int SMF76RIN 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
-