Package com.blackhillsoftware.smf.smf42
Class Subtype3Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype3Header
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x08 = 8static final int
Constant: 0x08 = 8 -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype3Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf42eal()
SMF42EAL value.int
smf42ean()
SMF42EAN value.int
smf42eao()
SMF42EAO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42L3
public static final int SMF42L3Constant: 0x08 = 8- See Also:
-
SMF42S3_LEN
public static final int SMF42S3_LENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smf42eao
public int smf42eao()SMF42EAO value.- Returns:
- int SMF42EAO value
-
smf42eal
public int smf42eal()SMF42EAL value.- Returns:
- int SMF42EAL value
-
smf42ean
public int smf42ean()SMF42EAN value.- Returns:
- int SMF42EAN 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
-