Package com.blackhillsoftware.smf.smf42
Class Subtype24Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype24Header
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype24Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42pn1()SMF42PN1 value.intsmf42pn2()SMF42PN2 value.intsmf42pn3()SMF42PN3 value.intsmf42pn4()SMF42PN4 value.intsmf42pn5()SMF42PN5 value.intsmf42pn6()SMF42PN6 value.intsmf42pn7()SMF42PN7 value.intsmf42pn8()SMF42PN8 value.intsmf42pn9()SMF42PN9 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42PL
public static final int SMF42PLConstant: 0x18 = 24- See Also:
-
-
Method Details
-
smf42pn1
public int smf42pn1()SMF42PN1 value.- Returns:
- int SMF42PN1 value
-
smf42pn2
public int smf42pn2()SMF42PN2 value.- Returns:
- int SMF42PN2 value
-
smf42pn3
public int smf42pn3()SMF42PN3 value.- Returns:
- int SMF42PN3 value
-
smf42pn4
public int smf42pn4()SMF42PN4 value.- Returns:
- int SMF42PN4 value
-
smf42pn5
public int smf42pn5()SMF42PN5 value.- Returns:
- int SMF42PN5 value
-
smf42pn6
public int smf42pn6()SMF42PN6 value.- Returns:
- int SMF42PN6 value
-
smf42pn7
public int smf42pn7()SMF42PN7 value.- Returns:
- int SMF42PN7 value
-
smf42pn8
public int smf42pn8()SMF42PN8 value.- Returns:
- int SMF42PN8 value
-
smf42pn9
public int smf42pn9()SMF42PN9 value.- Returns:
- int SMF42PN9 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
-