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