INativeType
public class NativeLongLP64Type extends NativeNumberType
Modifier | Constructor | Description |
---|---|---|
protected |
NativeLongLP64Type() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
coerce(java.lang.Number value) |
Utility method: return the given number as another number object with
compatible byte size
|
INativeObject |
createNative(INativeHandle handle) |
Create a new
INativeObject from a INativeHandle . |
INativeObject |
createNative(java.lang.Object value) |
Create an
INativeObject for this type from the Java object. |
int |
getByteCount() |
The size of the type in c memory.
|
getPreferredBoundary
Array, lookup, Ref, register
public static java.lang.Object coerce(java.lang.Number value)
public INativeObject createNative(INativeHandle handle)
INativeType
INativeObject
from a INativeHandle
.createNative
in interface INativeType
createNative
in class NativeType
handle
- The handle to memory.INativeObject
public INativeObject createNative(java.lang.Object value)
INativeType
INativeObject
for this type from the Java object.createNative
in interface INativeType
createNative
in class NativeType
INativeObject
public int getByteCount()
INativeType
getByteCount
in interface INativeType
getByteCount
in class NativeType