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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype20Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42kn1()
SMF42KN1 value.int
smf42kn2()
SMF42KN2 value.int
smf42kn3()
SMF42KN3 value.int
smf42kn4()
SMF42KN4 value.int
smf42kn5()
SMF42KN5 value.int
smf42kn6()
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
-