- java.lang.Object
-
- com.ibm.jzos.RauditxRelocateHeader
-
public class RauditxRelocateHeader extends java.lang.Object
Mapping of r_auditx relocate header.- Since:
- 2.2.1
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEFAULT_LEN
static ByteArrayField
ADDR
ADDR DS XL8 ENDstatic BinaryAsIntField
LEN
LEN DS Fstatic int
RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECTstatic BinaryAsIntField
RESERVED
RESERVED DS H Reservedstatic BinaryAsIntField
TYPE
TYPE DS H
-
Constructor Summary
Constructors Constructor Description RauditxRelocateHeader()
RauditxRelocateHeader(byte[] buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getAddr()
byte[]
getByteBuffer()
int
getLen()
int
getReserved()
int
getType()
void
setAddr(byte[] addr)
void
setLen(int len)
void
setReserved(int reserved)
void
setType(int type)
-
-
-
Field Detail
-
RAUDITX_RELOCATE
public static final int RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECT
-
TYPE
public static BinaryAsIntField TYPE
TYPE DS H
-
RESERVED
public static BinaryAsIntField RESERVED
RESERVED DS H Reserved
-
LEN
public static BinaryAsIntField LEN
LEN DS F
-
ADDR
public static ByteArrayField ADDR
ADDR DS XL8 END
-
_DEFAULT_LEN
public static final int _DEFAULT_LEN
-
-
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)
-
-