Package com.blackhillsoftware.smf.smf42
Class Subtype2Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype2Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x10 = 16static final int
Constant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype2Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42cul()
SMF42CUL value.int
smf42cun()
SMF42CUN value.int
smf42cuo()
SMF42CUO value.int
smf42vll()
SMF42VLL value.int
smf42vln()
SMF42VLN value.int
smf42vlo()
SMF42VLO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L2
public static final int SMF42L2Constant: 0x10 = 16- See Also:
-
SMF42S2_LEN
public static final int SMF42S2_LENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42cuo
public int smf42cuo()SMF42CUO value.- Returns:
- int SMF42CUO value
-
smf42cul
public int smf42cul()SMF42CUL value.- Returns:
- int SMF42CUL value
-
smf42cun
public int smf42cun()SMF42CUN value.- Returns:
- int SMF42CUN value
-
smf42vlo
public int smf42vlo()SMF42VLO value.- Returns:
- int SMF42VLO value
-
smf42vll
public int smf42vll()SMF42VLL value.- Returns:
- int SMF42VLL value
-
smf42vln
public int smf42vln()SMF42VLN value.- Returns:
- int SMF42VLN 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
-