Module ibm.jzos
Package com.ibm.jzos

Class RauditxRelocateHeader


  • public class RauditxRelocateHeader
    extends java.lang.Object
    Mapping of r_auditx relocate header.
    Since:
    2.2.1
    • Field Detail

      • RAUDITX_RELOCATE

        public static final int RAUDITX_RELOCATE
                RAUDITX_RELOCATE DSECT 
      • _DEFAULT_LEN

        public static final int _DEFAULT_LEN
    • Constructor Detail

      • RauditxRelocateHeader

        public RauditxRelocateHeader()
      • RauditxRelocateHeader

        public RauditxRelocateHeader​(byte[] buffer)
    • Method Detail

      • getByteBuffer

        public byte[] getByteBuffer()
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getReserved

        public int getReserved()
      • setReserved

        public void setReserved​(int reserved)
      • getLen

        public int getLen()
      • setLen

        public void setLen​(int len)
      • getAddr

        public byte[] getAddr()
      • setAddr

        public void setAddr​(byte[] addr)