public class NativeLong extends IntegerType
long
C data type, which may be 32 or 64 bits
on *nix-based systems.Modifier and Type | Field and Description |
---|---|
static int |
SIZE
Size of a native long, in bytes.
|
Constructor and Description |
---|
NativeLong()
Create a zero-valued NativeLong.
|
NativeLong(long value)
Create a NativeLong with the given value.
|
NativeLong(long value,
boolean unsigned)
Create a NativeLong with the given value, optionally unsigned.
|
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString