java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwsc
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qwsc
create
(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.int
qwsciid()
QWSCIID value.long
qwsciseq()
QWSCISEQ value.int
qwscoth1()
QWSCOTH1 value.int
qwscoth2()
QWSCOTH2 value.int
qwscsbna()
QWSCSBNA value.int
qwscscf()
QWSCSCF value.int
qwscsrnd()
QWSCSRND value.long
qwscsrnw()
QWSCSRNW value.long
qwscsrsw()
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
-