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