Package com.blackhillsoftware.smf.smf42
Class Subtype5Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype5Header
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x10 = 16static final intConstant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype5Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42srl()SMF42SRL value.intsmf42srn()SMF42SRN value.intsmf42sro()SMF42SRO value.intsmf42vhl()SMF42VHL value.intsmf42vhn()SMF42VHN value.intsmf42vho()SMF42VHO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L5
public static final int SMF42L5Constant: 0x10 = 16- See Also:
-
SMF42S5_LEN
public static final int SMF42S5_LENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42sro
public int smf42sro()SMF42SRO value.- Returns:
- int SMF42SRO value
-
smf42srl
public int smf42srl()SMF42SRL value.- Returns:
- int SMF42SRL value
-
smf42srn
public int smf42srn()SMF42SRN value.- Returns:
- int SMF42SRN value
-
smf42vho
public int smf42vho()SMF42VHO value.- Returns:
- int SMF42VHO value
-
smf42vhl
public int smf42vhl()SMF42VHL value.- Returns:
- int SMF42VHL value
-
smf42vhn
public int smf42vhn()SMF42VHN value.- Returns:
- int SMF42VHN 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
-