Package com.blackhillsoftware.smf.smf42
Class Subtype16Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype16Header
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype16Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf2agd1()
SMF2AGD1 value.int
smf2agd2()
SMF2AGD2 value.int
smf2agd3()
SMF2AGD3 value.int
smf2agd4()
SMF2AGD4 value.int
smf2agd5()
SMF2AGD5 value.int
smf2agd6()
SMF2AGD6 value.int
smf42gd1()
SMF42GD1 value.int
smf42gd2()
SMF42GD2 value.int
smf42gd3()
SMF42GD3 value.int
smf42gd4()
SMF42GD4 value.int
smf42gd5()
SMF42GD5 value.int
smf42gd6()
SMF42GD6 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42LG
public static final int SMF42LGConstant: 0x20 = 32- See Also:
-
-
Method Details
-
smf42gd1
public int smf42gd1()SMF42GD1 value.- Returns:
- int SMF42GD1 value
-
smf42gd2
public int smf42gd2()SMF42GD2 value.- Returns:
- int SMF42GD2 value
-
smf42gd3
public int smf42gd3()SMF42GD3 value.- Returns:
- int SMF42GD3 value
-
smf42gd4
public int smf42gd4()SMF42GD4 value.- Returns:
- int SMF42GD4 value
-
smf42gd5
public int smf42gd5()SMF42GD5 value.- Returns:
- int SMF42GD5 value
-
smf42gd6
public int smf42gd6()SMF42GD6 value.- Returns:
- int SMF42GD6 value
-
smf2agd1
public int smf2agd1()SMF2AGD1 value.- Returns:
- int SMF2AGD1 value
-
smf2agd2
public int smf2agd2()SMF2AGD2 value.- Returns:
- int SMF2AGD2 value
-
smf2agd3
public int smf2agd3()SMF2AGD3 value.- Returns:
- int SMF2AGD3 value
-
smf2agd4
public int smf2agd4()SMF2AGD4 value.- Returns:
- int SMF2AGD4 value
-
smf2agd5
public int smf2agd5()SMF2AGD5 value.- Returns:
- int SMF2AGD5 value
-
smf2agd6
public int smf2agd6()SMF2AGD6 value.- Returns:
- int SMF2AGD6 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
-