Package com.blackhillsoftware.smf.smf42
Class Subtype25Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype25Header
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype25Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42qn1()SMF42QN1 value.intsmf42qn2()SMF42QN2 value.intsmf42qn3()SMF42QN3 value.intsmf42qn4()SMF42QN4 value.intsmf42qn5()SMF42QN5 value.intsmf42qn6()SMF42QN6 value.intsmf42qn7()SMF42QN7 value.intsmf42qn8()SMF42QN8 value.intsmf42qn9()SMF42QN9 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42QL
public static final int SMF42QLConstant: 0x18 = 24- See Also:
-
-
Method Details
-
smf42qn1
public int smf42qn1()SMF42QN1 value.- Returns:
- int SMF42QN1 value
-
smf42qn2
public int smf42qn2()SMF42QN2 value.- Returns:
- int SMF42QN2 value
-
smf42qn3
public int smf42qn3()SMF42QN3 value.- Returns:
- int SMF42QN3 value
-
smf42qn4
public int smf42qn4()SMF42QN4 value.- Returns:
- int SMF42QN4 value
-
smf42qn5
public int smf42qn5()SMF42QN5 value.- Returns:
- int SMF42QN5 value
-
smf42qn6
public int smf42qn6()SMF42QN6 value.- Returns:
- int SMF42QN6 value
-
smf42qn7
public int smf42qn7()SMF42QN7 value.- Returns:
- int SMF42QN7 value
-
smf42qn8
public int smf42qn8()SMF42QN8 value.- Returns:
- int SMF42QN8 value
-
smf42qn9
public int smf42qn9()SMF42QN9 value.- Returns:
- int SMF42QN9 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
-