|
|||||||||
| 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)
INativeTypeINativeObject from a INativeHandle.
createNative in interface INativeTypecreateNative in class NativeTypehandle - The handle to memory.
INativeObjectpublic NativeObject createNative(java.lang.Object value)
INativeTypeINativeObject for this type from the Java object.
createNative in interface INativeTypecreateNative in class NativeTypeINativeObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||