java.lang.Object
com.ibm.jzos.RauditxRelocateHeader
Mapping of r_auditx relocate header.
- Since:
- 2.2.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static ByteArrayField
ADDR DS XL8 ENDstatic BinaryAsIntField
LEN DS Fstatic final int
RAUDITX_RELOCATE DSECTstatic BinaryAsIntField
RESERVED DS H Reservedstatic BinaryAsIntField
TYPE DS H -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RAUDITX_RELOCATE
public static final int RAUDITX_RELOCATERAUDITX_RELOCATE DSECT
-
TYPE
TYPE DS H
-
RESERVED
RESERVED DS H Reserved
-
LEN
LEN DS F
-
ADDR
ADDR DS XL8 END
-
_DEFAULT_LEN
public static final int _DEFAULT_LEN
-
-
Constructor Details
-
RauditxRelocateHeader
public RauditxRelocateHeader() -
RauditxRelocateHeader
public RauditxRelocateHeader(byte[] buffer)
-
-
Method Details
-
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)
-