java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwha
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Qwhacreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.qwhadsgn()QWHADSGN value.intqwhalen()QWHALEN value.qwhamemn()QWHAMEMN value.intqwhatyp()QWHATYP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWHAEND
public static final int QWHAENDConstant: 0x14 = 20- See Also:
-
-
Method Details
-
qwhalen
public int qwhalen()QWHALEN value.- Returns:
- int QWHALEN value
-
qwhatyp
public int qwhatyp()QWHATYP value.- Returns:
- int QWHATYP value
-
qwhamemn
QWHAMEMN value.- Returns:
- String QWHAMEMN value
-
qwhadsgn
QWHADSGN value.- Returns:
- String QWHADSGN value
-
create
public static Qwha create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent) 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
-