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
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x10 = 16static final intConstant: 0x10 = 16 - 
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype9Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf42abl()SMF42ABL value.intsmf42abn()SMF42ABN value.intsmf42abo()SMF42ABO value.intsmf42sml()SMF42SML value.intsmf42smn()SMF42SMN value.intsmf42smo()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
 
 -