Package com.blackhillsoftware.smf.smf42
Class Subtype9Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype9Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x10 = 16static final int
Constant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype9Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42abl()
SMF42ABL value.int
smf42abn()
SMF42ABN value.int
smf42abo()
SMF42ABO value.int
smf42sml()
SMF42SML value.int
smf42smn()
SMF42SMN value.int
smf42smo()
SMF42SMO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L9
public static final int SMF42L9Constant: 0x10 = 16- See Also:
-
SMF42S9_LEN
public static final int SMF42S9_LENConstant: 0x10 = 16- See Also:
-
-
Method Details
-
smf42abo
public int smf42abo()SMF42ABO value.- Returns:
- int SMF42ABO value
-
smf42abl
public int smf42abl()SMF42ABL value.- Returns:
- int SMF42ABL value
-
smf42abn
public int smf42abn()SMF42ABN value.- Returns:
- int SMF42ABN value
-
smf42smo
public int smf42smo()SMF42SMO value.- Returns:
- int SMF42SMO value
-
smf42sml
public int smf42sml()SMF42SML value.- Returns:
- int SMF42SML value
-
smf42smn
public int smf42smn()SMF42SMN value.- Returns:
- int SMF42SMN 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
-