public class RauditxRelocateHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
_DEFAULT_LEN |
static ByteArrayField |
ADDR
ADDR DS XL8
END
|
static BinaryAsIntField |
LEN
LEN DS F
|
static int |
RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECT
|
static BinaryAsIntField |
RESERVED
RESERVED DS H Reserved
|
static BinaryAsIntField |
TYPE
TYPE DS H
|
| Constructor and Description |
|---|
RauditxRelocateHeader() |
RauditxRelocateHeader(byte[] buffer) |
| Modifier and Type | Method and 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) |
public static final int RAUDITX_RELOCATE
RAUDITX_RELOCATE DSECT public static BinaryAsIntField TYPE
TYPE DS H public static BinaryAsIntField RESERVED
RESERVED DS H Reserved public static BinaryAsIntField LEN
LEN DS F public static ByteArrayField ADDR
ADDR DS XL8
END public static final int _DEFAULT_LEN
public RauditxRelocateHeader()
public RauditxRelocateHeader(byte[] buffer)
public byte[] getByteBuffer()
public int getType()
public void setType(int type)
public int getReserved()
public void setReserved(int reserved)
public int getLen()
public void setLen(int len)
public byte[] getAddr()
public void setAddr(byte[] addr)