Package com.blackhillsoftware.smf.smf42
Class Subtype10Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype10Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x08 = 8static final int
Constant: 0x08 = 8 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype10Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42vsf()
SMF42VSF value.int
smf42vsl()
SMF42VSL value.int
smf42vsn()
SMF42VSN value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LA
public static final int SMF42LAConstant: 0x08 = 8- See Also:
-
SMF42SA_LEN
public static final int SMF42SA_LENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smf42vsf
public int smf42vsf()SMF42VSF value.- Returns:
- int SMF42VSF value
-
smf42vsl
public int smf42vsl()SMF42VSL value.- Returns:
- int SMF42VSL value
-
smf42vsn
public int smf42vsn()SMF42VSN value.- Returns:
- int SMF42VSN 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
-