Package com.blackhillsoftware.smf.smf71
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf71.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
smf71rbr()
SMF71RBR value.int
smf71ril()
SMF71RIL value.int
smf71rin()
SMF71RIN value.int
smf71rio()
SMF71RIO value.int
smf71rsq()
SMF71RSQ 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
-
smf71rbr
public int smf71rbr()SMF71RBR value.- Returns:
- int SMF71RBR value
-
smf71rsq
public int smf71rsq()SMF71RSQ value.- Returns:
- int SMF71RSQ value
-
smf71rio
public int smf71rio()SMF71RIO value.- Returns:
- int SMF71RIO value
-
smf71ril
public int smf71ril()SMF71RIL value.- Returns:
- int SMF71RIL value
-
smf71rin
public int smf71rin()SMF71RIN value.- Returns:
- int SMF71RIN 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
-