Package com.blackhillsoftware.smf.smf78
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf78.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
smf78rbr()
SMF78RBR value.int
smf78ril()
SMF78RIL value.int
smf78rin()
SMF78RIN value.int
smf78rio()
SMF78RIO value.int
smf78rsq()
SMF78RSQ 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
-
smf78rbr
public int smf78rbr()SMF78RBR value.- Returns:
- int SMF78RBR value
-
smf78rsq
public int smf78rsq()SMF78RSQ value.- Returns:
- int SMF78RSQ value
-
smf78rio
public int smf78rio()SMF78RIO value.- Returns:
- int SMF78RIO value
-
smf78ril
public int smf78ril()SMF78RIL value.- Returns:
- int SMF78RIL value
-
smf78rin
public int smf78rin()SMF78RIN value.- Returns:
- int SMF78RIN 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
-