Package com.blackhillsoftware.smf.smf42
Class Subtype1Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype1Header
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x10 = 16static final intConstant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype1Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42bml()SMF42BML value.intsmf42bmn()SMF42BMN value.intsmf42bmo()SMF42BMO value.intsmf42scl()SMF42SCL value.intsmf42scn()SMF42SCN value.intsmf42sco()SMF42SCO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L1
public static final int SMF42L1Constant: 0x10 = 16- See Also:
-
SMF42S1_LEN
public static final int SMF42S1_LENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42bmo
public int smf42bmo()SMF42BMO value.- Returns:
- int SMF42BMO value
-
smf42bml
public int smf42bml()SMF42BML value.- Returns:
- int SMF42BML value
-
smf42bmn
public int smf42bmn()SMF42BMN value.- Returns:
- int SMF42BMN value
-
smf42sco
public int smf42sco()SMF42SCO value.- Returns:
- int SMF42SCO value
-
smf42scl
public int smf42scl()SMF42SCL value.- Returns:
- int SMF42SCL value
-
smf42scn
public int smf42scn()SMF42SCN value.- Returns:
- int SMF42SCN 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
-