java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qws3
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qws3
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
qws30psl()
QWS30PSL value.int
qws30psn()
QWS30PSN value.int
qws30pso()
QWS30PSO value.int
qws30r1l()
QWS30R1L value.int
qws30r1n()
QWS30R1N value.int
qws30r1o()
QWS30R1O value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWS30END
public static final int QWS30ENDConstant: 0x10 = 16- See Also:
-
-
Method Details
-
qws30pso
public int qws30pso()QWS30PSO value.- Returns:
- int QWS30PSO value
-
qws30psl
public int qws30psl()QWS30PSL value.- Returns:
- int QWS30PSL value
-
qws30psn
public int qws30psn()QWS30PSN value.- Returns:
- int QWS30PSN value
-
qws30r1o
public int qws30r1o()QWS30R1O value.- Returns:
- int QWS30R1O value
-
qws30r1l
public int qws30r1l()QWS30R1L value.- Returns:
- int QWS30R1L value
-
qws30r1n
public int qws30r1n()QWS30R1N value.- Returns:
- int QWS30R1N 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
-