java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qisj
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Qisjcreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.longqisjfail()QISJFAIL value.longqisjmax()QISJMAX value.longqisjsize()QISJSIZE value.longqisjtry()QISJTRY value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QISJEND
public static final int QISJENDConstant: 0x10 = 16- See Also:
-
-
Method Details
-
qisjtry
public long qisjtry()QISJTRY value.- Returns:
- long QISJTRY value
-
qisjfail
public long qisjfail()QISJFAIL value.- Returns:
- long QISJFAIL value
-
qisjsize
public long qisjsize()QISJSIZE value.- Returns:
- long QISJSIZE value
-
qisjmax
public long qisjmax()QISJMAX value.- Returns:
- long QISJMAX value
-
create
public static Qisj 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
-