Package com.blackhillsoftware.smf.smf42
Class Subtype4Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype4Header
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x18 = 24static final intConstant: 0x18 = 24 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype4Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42ccl()SMF42CCL value.intsmf42ccn()SMF42CCN value.intsmf42cco()SMF42CCO value.intsmf42exl()SMF42EXL value.intsmf42exn()SMF42EXN value.intsmf42exo()SMF42EXO value.intsmf42vcl()SMF42VCL value.intsmf42vcn()SMF42VCN value.intsmf42vco()SMF42VCO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L4
public static final int SMF42L4Constant: 0x18 = 24- See Also:
-
SMF42S4_LEN
public static final int SMF42S4_LENConstant: 0x18 = 24- See Also:
-
-
Method Details
-
smf42cco
public int smf42cco()SMF42CCO value.- Returns:
- int SMF42CCO value
-
smf42ccl
public int smf42ccl()SMF42CCL value.- Returns:
- int SMF42CCL value
-
smf42ccn
public int smf42ccn()SMF42CCN value.- Returns:
- int SMF42CCN value
-
smf42exo
public int smf42exo()SMF42EXO value.- Returns:
- int SMF42EXO value
-
smf42exl
public int smf42exl()SMF42EXL value.- Returns:
- int SMF42EXL value
-
smf42exn
public int smf42exn()SMF42EXN value.- Returns:
- int SMF42EXN value
-
smf42vco
public int smf42vco()SMF42VCO value.- Returns:
- int SMF42VCO value
-
smf42vcl
public int smf42vcl()SMF42VCL value.- Returns:
- int SMF42VCL value
-
smf42vcn
public int smf42vcn()SMF42VCN value.- Returns:
- int SMF42VCN 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
-