Package com.blackhillsoftware.smf.smf42
Class Subtype23Header
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.Subtype23Header
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subtype23Header
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF4223END value.int
SMF4223LSC value.int
SMF4223NSC value.int
SMF4223SEC value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF4223LEN
public static final int SMF4223LENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
smf4223sec
public int smf4223sec()SMF4223SEC value.- Returns:
- int SMF4223SEC value
-
smf4223lsc
public int smf4223lsc()SMF4223LSC value.- Returns:
- int SMF4223LSC value
-
smf4223nsc
public int smf4223nsc()SMF4223NSC value.- Returns:
- int SMF4223NSC value
-
smf4223end
SMF4223END value.- Returns:
- String SMF4223END 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
-