public final class CcsidInformationSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF14IBM
Constant: 0x80 = 128
|
static int |
SMF14IGN
Constant: 0x04 = 4
|
static int |
SMF14MOD
Constant: 0x20 = 32
|
static int |
SMF14OUT
Constant: 0x40 = 64
|
static int |
SMF14TDF
Constant: 0x08 = 8
|
static int |
SMF14UDF
Constant: 0x10 = 16
|
Modifier and Type | Method and Description |
---|---|
static CcsidInformationSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf14cfg()
SMF14CFG value.
|
boolean |
smf14ibm()
Return true if
SMF14IBM bit in smf14cfg() is set. |
boolean |
smf14ign()
Return true if
SMF14IGN bit in smf14cfg() is set. |
long |
smf14lbl()
SMF14LBL value.
|
boolean |
smf14mod()
Return true if
SMF14MOD bit in smf14cfg() is set. |
boolean |
smf14out()
Return true if
SMF14OUT bit in smf14cfg() is set. |
boolean |
smf14tdf()
Return true if
SMF14TDF bit in smf14cfg() is set. |
long |
smf14tpe()
SMF14TPE value.
|
boolean |
smf14udf()
Return true if
SMF14UDF bit in smf14cfg() is set. |
long |
smf14usr()
SMF14USR value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF14IBM
public static final int SMF14OUT
public static final int SMF14MOD
public static final int SMF14UDF
public static final int SMF14TDF
public static final int SMF14IGN
public int smf14cfg()
public boolean smf14ibm()
SMF14IBM
bit in smf14cfg()
is set.SMF14IBM = 0x80
public boolean smf14out()
SMF14OUT
bit in smf14cfg()
is set.SMF14OUT = 0x40
public boolean smf14mod()
SMF14MOD
bit in smf14cfg()
is set.SMF14MOD = 0x20
public boolean smf14udf()
SMF14UDF
bit in smf14cfg()
is set.SMF14UDF = 0x10
public boolean smf14tdf()
SMF14TDF
bit in smf14cfg()
is set.SMF14TDF = 0x08
public boolean smf14ign()
SMF14IGN
bit in smf14cfg()
is set.SMF14IGN = 0x04
public long smf14usr()
public long smf14tpe()
public long smf14lbl()
public static CcsidInformationSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.