public static class ByteDataVariable.Int32
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ByteDataAccessBase |
acc |
private int |
ixData |
| Constructor and Description |
|---|
Int32(ByteDataAccessBase acc,
int ixData)
Constructs on a given position inside the parent access.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Gets the value in the associated binary data.
|
void |
set(int val)
Sets the value in the associated binary data.
|
java.lang.String |
toString()
Shows the value for debugging view integer and hexa.
|
private final int ixData
private final ByteDataAccessBase acc
public Int32(ByteDataAccessBase acc, int ixData)
acc - parent contains the data pointer and the base index in data.ixData - byte position relative in parent structure.