com.kenai.jaffl.struct
public class Struct.Signed32 extends Struct.NumberField
Constructor Summary | |
---|---|
Signed32()
Creates a new 32 bit integer field. | |
Signed32(Struct.Offset offset)
Creates a new 32 bit signed integer field at a specific offset
|
Method Summary | |
---|---|
int | get()
Gets the value for this field.
|
void | set(int value)
Sets the value for this field.
|
void | set(Number value) |
Parameters: offset The offset within the memory area for this field.
Returns: a int.
Parameters: value the 32 bit value to set.