Package com.blackhillsoftware.smf.smf2
Class GroupSelfDefiningSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf2.GroupSelfDefiningSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroupSelfDefiningSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intSMF2GSDSASignLen value.intSMF2GSDSASignNum value.intSMF2GSDSASignOffSet value.intSMF2GSDSLen value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf2gsdsLen
public int smf2gsdsLen()SMF2GSDSLen value.- Returns:
- int SMF2GSDSLen value
-
smf2gsdsASignOffset
public int smf2gsdsASignOffset()SMF2GSDSASignOffSet value.- Returns:
- int SMF2GSDSASignOffSet value
-
smf2gsdsASignLen
public int smf2gsdsASignLen()SMF2GSDSASignLen value.- Returns:
- int SMF2GSDSASignLen value
-
smf2gsdsASignNum
public int smf2gsdsASignNum()SMF2GSDSASignNum value.- Returns:
- int SMF2GSDSASignNum 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
-