|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeSimpleType
de.intarsys.nativec.type.NativeNumberType
de.intarsys.nativec.type.NativeLongType
public class NativeLongType
The meta class implementation
Constructor Summary | |
---|---|
protected |
NativeLongType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class de.intarsys.nativec.type.NativeSimpleType |
---|
getPreferredBoundary |
Methods inherited from class de.intarsys.nativec.type.NativeType |
---|
Array, lookup, Ref, register |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NativeLongType()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |