Package com.blackhillsoftware.smf.smf42
Class Subtype11Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype11Header
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x08 = 8static final intConstant: 0x08 = 8 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype11Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42xrl()SMF42XRL value.intsmf42xrn()SMF42XRN value.intsmf42xro()SMF42XRO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LB
public static final int SMF42LBConstant: 0x08 = 8- See Also:
-
SMF42SB_LEN
public static final int SMF42SB_LENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smf42xro
public int smf42xro()SMF42XRO value.- Returns:
- int SMF42XRO value
-
smf42xrl
public int smf42xrl()SMF42XRL value.- Returns:
- int SMF42XRL value
-
smf42xrn
public int smf42xrn()SMF42XRN value.- Returns:
- int SMF42XRN 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
-