public class NativeVoidType extends NativeSimpleType
| Modifier | Constructor and Description |
|---|---|
protected |
NativeVoidType() |
| Modifier and Type | Method and Description |
|---|---|
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 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