Package com.blackhillsoftware.smf.smf75
Class ReassemblyBlock
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf75.ReassemblyBlock
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReassemblyBlockcreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf75rnn()SMF75RNN value.intsmf75rpp()SMF75RPP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf75rnn
public int smf75rnn()SMF75RNN value.- Returns:
- int SMF75RNN value
-
smf75rpp
public int smf75rpp()SMF75RPP value.- Returns:
- int SMF75RPP 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
-