Package com.blackhillsoftware.smf.smf77
Class ReassemblyArea
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf77.ReassemblyArea
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReassemblyAreacreate(byte[] Data, int offset, int length) create is intended for internal use only.Get a List containing Reassembly Blocks from the recordintsmf77rbr()SMF77RBR value.intsmf77ril()SMF77RIL value.intsmf77rin()SMF77RIN value.intsmf77rio()SMF77RIO value.intsmf77rsq()SMF77RSQ 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
-
smf77rbr
public int smf77rbr()SMF77RBR value.- Returns:
- int SMF77RBR value
-
smf77rsq
public int smf77rsq()SMF77RSQ value.- Returns:
- int SMF77RSQ value
-
smf77rio
public int smf77rio()SMF77RIO value.- Returns:
- int SMF77RIO value
-
smf77ril
public int smf77ril()SMF77RIL value.- Returns:
- int SMF77RIL value
-
smf77rin
public int smf77rin()SMF77RIN value.- Returns:
- int SMF77RIN 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
-