Package com.blackhillsoftware.smf.smf42
Class Subtype20Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype20Header
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype20Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42kn1()SMF42KN1 value.intsmf42kn2()SMF42KN2 value.intsmf42kn3()SMF42KN3 value.intsmf42kn4()SMF42KN4 value.intsmf42kn5()SMF42KN5 value.intsmf42kn6()SMF42KN6 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LK
public static final int SMF42LKConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42kn1
public int smf42kn1()SMF42KN1 value.- Returns:
- int SMF42KN1 value
-
smf42kn2
public int smf42kn2()SMF42KN2 value.- Returns:
- int SMF42KN2 value
-
smf42kn3
public int smf42kn3()SMF42KN3 value.- Returns:
- int SMF42KN3 value
-
smf42kn4
public int smf42kn4()SMF42KN4 value.- Returns:
- int SMF42KN4 value
-
smf42kn5
public int smf42kn5()SMF42KN5 value.- Returns:
- int SMF42KN5 value
-
smf42kn6
public int smf42kn6()SMF42KN6 value.- Returns:
- int SMF42KN6 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
-