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
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x10 = 16static final intConstant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype2Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42cul()SMF42CUL value.intsmf42cun()SMF42CUN value.intsmf42cuo()SMF42CUO value.intsmf42vll()SMF42VLL value.intsmf42vln()SMF42VLN value.intsmf42vlo()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
-