java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwsc
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic Qwsccreate(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.intqwsciid()QWSCIID value.longqwsciseq()QWSCISEQ value.intqwscoth1()QWSCOTH1 value.intqwscoth2()QWSCOTH2 value.intqwscsbna()QWSCSBNA value.intqwscscf()QWSCSCF value.intqwscsrnd()QWSCSRND value.longqwscsrnw()QWSCSRNW value.longqwscsrsw()QWSCSRSW value.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Field Details- 
QWSCENDpublic static final int QWSCENDConstant: 0x18 = 24- See Also:
 
 
- 
- 
Method Details- 
qwsciidpublic int qwsciid()QWSCIID value.- Returns:
- int QWSCIID value
 
- 
qwsciseqpublic long qwsciseq()QWSCISEQ value.- Returns:
- long QWSCISEQ value
 
- 
qwscsrswpublic long qwscsrsw()QWSCSRSW value.- Returns:
- long QWSCSRSW value
 
- 
qwscsrnwpublic long qwscsrnw()QWSCSRNW value.- Returns:
- long QWSCSRNW value
 
- 
qwscsrndpublic int qwscsrnd()QWSCSRND value.- Returns:
- int QWSCSRND value
 
- 
qwscsbnapublic int qwscsbna()QWSCSBNA value.- Returns:
- int QWSCSBNA value
 
- 
qwscscfpublic int qwscscf()QWSCSCF value.- Returns:
- int QWSCSCF value
 
- 
qwscoth1public int qwscoth1()QWSCOTH1 value.- Returns:
- int QWSCOTH1 value
 
- 
qwscoth2public int qwscoth2()QWSCOTH2 value.- Returns:
- int QWSCOTH2 value
 
- 
createcreate 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 section
- offset- Offset of this section in the data
- length- length of the section
 
 
-