com.kenai.jaffl.struct
public class Struct.UnsignedLong extends Struct.NumberField
Constructor Summary | |
---|---|
UnsignedLong()
Creates a new native long field. | |
UnsignedLong(Struct.Offset offset)
Creates a new unsigned 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 int.
Parameters: value the 32/64 bit value to set.