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
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x08 = 8static final int
Constant: 0x08 = 8 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype11Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42xrl()
SMF42XRL value.int
smf42xrn()
SMF42XRN value.int
smf42xro()
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
-