Package com.blackhillsoftware.smf.smf42
Class Subtype17Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype17Header
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype17Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42hl1()
SMF42HL1 value.int
smf42hl2()
SMF42HL2 value.int
smf42hl3()
SMF42HL3 value.int
smf42hl4()
SMF42HL4 value.int
smf42hl5()
SMF42HL5 value.int
smf42hl6()
SMF42HL6 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LH
public static final int SMF42LHConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42hl1
public int smf42hl1()SMF42HL1 value.- Returns:
- int SMF42HL1 value
-
smf42hl2
public int smf42hl2()SMF42HL2 value.- Returns:
- int SMF42HL2 value
-
smf42hl3
public int smf42hl3()SMF42HL3 value.- Returns:
- int SMF42HL3 value
-
smf42hl4
public int smf42hl4()SMF42HL4 value.- Returns:
- int SMF42HL4 value
-
smf42hl5
public int smf42hl5()SMF42HL5 value.- Returns:
- int SMF42HL5 value
-
smf42hl6
public int smf42hl6()SMF42HL6 value.- Returns:
- int SMF42HL6 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
-