|
|||||||||
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.NativeAbstractStringType
de.intarsys.nativec.type.NativeStringType
public class NativeStringType
The meta class implementation
Constructor Summary | |
---|---|
protected |
NativeStringType()
|
protected |
NativeStringType(int size)
|
Method Summary | |
---|---|
static NativeStringType |
create(int size)
|
NativeObject |
createNative()
|
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. |
Methods inherited from class de.intarsys.nativec.type.NativeAbstractStringType |
---|
getByteCount, getPreferredBoundary, getStringSize, hasByteCount |
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 NativeStringType()
protected NativeStringType(int size)
Method Detail |
---|
public static NativeStringType create(int size)
public NativeObject createNative()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |