INativeType
public class NativeShortType extends NativeNumberType
Modifier | Constructor | Description |
---|---|---|
protected |
NativeShortType() |
Modifier and Type | Method | Description |
---|---|---|
NativeObject |
createNative(INativeHandle handle) |
Create a new
INativeObject from a INativeHandle . |
NativeObject |
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 NativeObject createNative(INativeHandle handle)
INativeType
INativeObject
from a INativeHandle
.createNative
in interface INativeType
createNative
in class NativeType
handle
- The handle to memory.INativeObject
public NativeObject 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