public class NativeLongLP64Type extends NativeNumberType
| Modifier | Constructor and Description |
|---|---|
protected |
NativeLongLP64Type() |
| Modifier and Type | Method and 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.
|
getPreferredBoundaryArray, lookup, Ref, registerpublic static java.lang.Object coerce(java.lang.Number value)
public INativeObject createNative(INativeHandle handle)
INativeTypeINativeObject from a INativeHandle.createNative in interface INativeTypecreateNative in class NativeTypehandle - The handle to memory.INativeObjectpublic INativeObject createNative(java.lang.Object value)
INativeTypeINativeObject for this type from the Java object.createNative in interface INativeTypecreateNative in class NativeTypeINativeObjectpublic int getByteCount()
INativeTypegetByteCount in interface INativeTypegetByteCount in class NativeType