java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qws2
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qws2
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
qws20psl()
QWS20PSL value.int
qws20psn()
QWS20PSN value.int
qws20pso()
QWS20PSO value.int
qws20r1l()
QWS20R1L value.int
qws20r1n()
QWS20R1N value.int
qws20r1o()
QWS20R1O value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWS20END
public static final int QWS20ENDConstant: 0x10 = 16- See Also:
-
-
Method Details
-
qws20pso
public int qws20pso()QWS20PSO value.- Returns:
- int QWS20PSO value
-
qws20psl
public int qws20psl()QWS20PSL value.- Returns:
- int QWS20PSL value
-
qws20psn
public int qws20psn()QWS20PSN value.- Returns:
- int QWS20PSN value
-
qws20r1o
public int qws20r1o()QWS20R1O value.- Returns:
- int QWS20R1O value
-
qws20r1l
public int qws20r1l()QWS20R1L value.- Returns:
- int QWS20R1L value
-
qws20r1n
public int qws20r1n()QWS20R1N value.- Returns:
- int QWS20R1N 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
-