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