Package com.blackhillsoftware.smf.smf14
Class CcsidInformationSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.CcsidInformationSection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x80 = 128static final int
Constant: 0x04 = 4static final int
Constant: 0x20 = 32static final int
Constant: 0x40 = 64static final int
Constant: 0x08 = 8static final int
Constant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic CcsidInformationSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf14cfg()
SMF14CFG value.boolean
smf14ibm()
Return true ifSMF14IBM
bit insmf14cfg()
is set.boolean
smf14ign()
Return true ifSMF14IGN
bit insmf14cfg()
is set.long
smf14lbl()
SMF14LBL value.boolean
smf14mod()
Return true ifSMF14MOD
bit insmf14cfg()
is set.boolean
smf14out()
Return true ifSMF14OUT
bit insmf14cfg()
is set.boolean
smf14tdf()
Return true ifSMF14TDF
bit insmf14cfg()
is set.long
smf14tpe()
SMF14TPE value.boolean
smf14udf()
Return true ifSMF14UDF
bit insmf14cfg()
is set.long
smf14usr()
SMF14USR value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF14IBM
public static final int SMF14IBMConstant: 0x80 = 128- See Also:
-
SMF14OUT
public static final int SMF14OUTConstant: 0x40 = 64- See Also:
-
SMF14MOD
public static final int SMF14MODConstant: 0x20 = 32- See Also:
-
SMF14UDF
public static final int SMF14UDFConstant: 0x10 = 16- See Also:
-
SMF14TDF
public static final int SMF14TDFConstant: 0x08 = 8- See Also:
-
SMF14IGN
public static final int SMF14IGNConstant: 0x04 = 4- See Also:
-
-
Method Details
-
smf14cfg
public int smf14cfg()SMF14CFG value.- Returns:
- int SMF14CFG value
-
smf14ibm
public boolean smf14ibm()Return true ifSMF14IBM
bit insmf14cfg()
is set.- Returns:
- boolean SMF14IBM bit is set in smf14cfg()
SMF14IBM = 0x80
-
smf14out
public boolean smf14out()Return true ifSMF14OUT
bit insmf14cfg()
is set.- Returns:
- boolean SMF14OUT bit is set in smf14cfg()
SMF14OUT = 0x40
-
smf14mod
public boolean smf14mod()Return true ifSMF14MOD
bit insmf14cfg()
is set.- Returns:
- boolean SMF14MOD bit is set in smf14cfg()
SMF14MOD = 0x20
-
smf14udf
public boolean smf14udf()Return true ifSMF14UDF
bit insmf14cfg()
is set.- Returns:
- boolean SMF14UDF bit is set in smf14cfg()
SMF14UDF = 0x10
-
smf14tdf
public boolean smf14tdf()Return true ifSMF14TDF
bit insmf14cfg()
is set.- Returns:
- boolean SMF14TDF bit is set in smf14cfg()
SMF14TDF = 0x08
-
smf14ign
public boolean smf14ign()Return true ifSMF14IGN
bit insmf14cfg()
is set.- Returns:
- boolean SMF14IGN bit is set in smf14cfg()
SMF14IGN = 0x04
-
smf14usr
public long smf14usr()SMF14USR value.- Returns:
- long SMF14USR value
-
smf14tpe
public long smf14tpe()SMF14TPE value.- Returns:
- long SMF14TPE value
-
smf14lbl
public long smf14lbl()SMF14LBL value.- Returns:
- long SMF14LBL 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
-