Class CcsidInformationSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.CcsidInformationSection

public final class CcsidInformationSection extends SmfData
  • Field Details

  • Method Details

    • smf14cfg

      public int smf14cfg()
      SMF14CFG value.
      Returns:
      int SMF14CFG value
    • smf14ibm

      public boolean smf14ibm()
      Return true if SMF14IBM bit in smf14cfg() is set.
      Returns:
      boolean SMF14IBM bit is set in smf14cfg()

      SMF14IBM = 0x80

    • smf14out

      public boolean smf14out()
      Return true if SMF14OUT bit in smf14cfg() is set.
      Returns:
      boolean SMF14OUT bit is set in smf14cfg()

      SMF14OUT = 0x40

    • smf14mod

      public boolean smf14mod()
      Return true if SMF14MOD bit in smf14cfg() is set.
      Returns:
      boolean SMF14MOD bit is set in smf14cfg()

      SMF14MOD = 0x20

    • smf14udf

      public boolean smf14udf()
      Return true if SMF14UDF bit in smf14cfg() is set.
      Returns:
      boolean SMF14UDF bit is set in smf14cfg()

      SMF14UDF = 0x10

    • smf14tdf

      public boolean smf14tdf()
      Return true if SMF14TDF bit in smf14cfg() is set.
      Returns:
      boolean SMF14TDF bit is set in smf14cfg()

      SMF14TDF = 0x08

    • smf14ign

      public boolean smf14ign()
      Return true if SMF14IGN bit in smf14cfg() 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

      public static CcsidInformationSection create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section