Package com.blackhillsoftware.smf.smf42
Class Subtype6Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype6Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x08 = 8static final int
Constant: 0x24 = 36static final int
Constant: 0x08 = 8 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype6Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42jhl()
SMF42JHL value.int
smf42jhn()
SMF42JHN value.int
smf42jho()
SMF42JHO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L6
public static final int SMF42L6Constant: 0x08 = 8- See Also:
-
SMF42LN
public static final int SMF42LNConstant: 0x24 = 36- See Also:
-
SMF42S6_LEN
public static final int SMF42S6_LENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smf42jho
public int smf42jho()SMF42JHO value.- Returns:
- int SMF42JHO value
-
smf42jhl
public int smf42jhl()SMF42JHL value.- Returns:
- int SMF42JHL value
-
smf42jhn
public int smf42jhn()SMF42JHN value.- Returns:
- int SMF42JHN 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
-