java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwsc
-
Field Summary
Fields -
Method Summary
Modifier 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.SmfData
createSection, getTriplet
-
Field Details
-
QWSCEND
public static final int QWSCENDConstant: 0x18 = 24- See Also:
-
-
Method Details
-
qwsciid
public int qwsciid()QWSCIID value.- Returns:
- int QWSCIID value
-
qwsciseq
public long qwsciseq()QWSCISEQ value.- Returns:
- long QWSCISEQ value
-
qwscsrsw
public long qwscsrsw()QWSCSRSW value.- Returns:
- long QWSCSRSW value
-
qwscsrnw
public long qwscsrnw()QWSCSRNW value.- Returns:
- long QWSCSRNW value
-
qwscsrnd
public int qwscsrnd()QWSCSRND value.- Returns:
- int QWSCSRND value
-
qwscsbna
public int qwscsbna()QWSCSBNA value.- Returns:
- int QWSCSBNA value
-
qwscscf
public int qwscscf()QWSCSCF value.- Returns:
- int QWSCSCF value
-
qwscoth1
public int qwscoth1()QWSCOTH1 value.- Returns:
- int QWSCOTH1 value
-
qwscoth2
public int qwscoth2()QWSCOTH2 value.- Returns:
- int QWSCOTH2 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
-