Package com.blackhillsoftware.smf.smf75
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf75.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
smf75rbr()
SMF75RBR value.int
smf75ril()
SMF75RIL value.int
smf75rin()
SMF75RIN value.int
smf75rio()
SMF75RIO value.int
smf75rsq()
SMF75RSQ 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
-
smf75rbr
public int smf75rbr()SMF75RBR value.- Returns:
- int SMF75RBR value
-
smf75rsq
public int smf75rsq()SMF75RSQ value.- Returns:
- int SMF75RSQ value
-
smf75rio
public int smf75rio()SMF75RIO value.- Returns:
- int SMF75RIO value
-
smf75ril
public int smf75ril()SMF75RIL value.- Returns:
- int SMF75RIL value
-
smf75rin
public int smf75rin()SMF75RIN value.- Returns:
- int SMF75RIN 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
-