Package com.blackhillsoftware.smf.smf88
Class ProductSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf88.ProductSection
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProductSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.smf88osl()SMF88OSL value.smf88pnm()SMF88PNM value.smf88rvn()SMF88RVN value.smf88syn()SMF88SYN value.intsmf88typ()SMF88TYP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf88typ
public int smf88typ()SMF88TYP value.- Returns:
- int SMF88TYP value
-
smf88rvn
SMF88RVN value.- Returns:
- String SMF88RVN value
-
smf88pnm
SMF88PNM value.- Returns:
- String SMF88PNM value
-
smf88osl
SMF88OSL value.- Returns:
- String SMF88OSL value
-
smf88syn
SMF88SYN value.- Returns:
- String SMF88SYN value
-
create
public static ProductSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-