Package com.blackhillsoftware.smf.smf42
Class Subtype15Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype15Header
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype15Headercreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf2afc1()SMF2AFC1 value.intsmf2afc2()SMF2AFC2 value.intsmf2afc3()SMF2AFC3 value.intsmf2afc4()SMF2AFC4 value.intsmf2afc5()SMF2AFC5 value.intsmf2afc6()SMF2AFC6 value.intsmf42fc1()SMF42FC1 value.intsmf42fc2()SMF42FC2 value.intsmf42fc3()SMF42FC3 value.intsmf42fc4()SMF42FC4 value.intsmf42fc5()SMF42FC5 value.intsmf42fc6()SMF42FC6 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LF
public static final int SMF42LFConstant: 0x20 = 32- See Also:
-
-
Method Details
-
smf42fc1
public int smf42fc1()SMF42FC1 value.- Returns:
- int SMF42FC1 value
-
smf42fc2
public int smf42fc2()SMF42FC2 value.- Returns:
- int SMF42FC2 value
-
smf42fc3
public int smf42fc3()SMF42FC3 value.- Returns:
- int SMF42FC3 value
-
smf42fc4
public int smf42fc4()SMF42FC4 value.- Returns:
- int SMF42FC4 value
-
smf42fc5
public int smf42fc5()SMF42FC5 value.- Returns:
- int SMF42FC5 value
-
smf42fc6
public int smf42fc6()SMF42FC6 value.- Returns:
- int SMF42FC6 value
-
smf2afc1
public int smf2afc1()SMF2AFC1 value.- Returns:
- int SMF2AFC1 value
-
smf2afc2
public int smf2afc2()SMF2AFC2 value.- Returns:
- int SMF2AFC2 value
-
smf2afc3
public int smf2afc3()SMF2AFC3 value.- Returns:
- int SMF2AFC3 value
-
smf2afc4
public int smf2afc4()SMF2AFC4 value.- Returns:
- int SMF2AFC4 value
-
smf2afc5
public int smf2afc5()SMF2AFC5 value.- Returns:
- int SMF2AFC5 value
-
smf2afc6
public int smf2afc6()SMF2AFC6 value.- Returns:
- int SMF2AFC6 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
-