com.kenai.jaffl.struct
public class Struct.Unsigned64 extends Struct.NumberField
Constructor Summary | |
---|---|
Unsigned64()
Creates a new 64 bit integer field. | |
Unsigned64(Struct.Offset offset)
Creates a new 64 bit unsigned integer 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 64 bit value to set.