Package de.intarsys.nativec.type
Class NativeStringType
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeAbstractStringType
de.intarsys.nativec.type.NativeStringType
- All Implemented Interfaces:
INativeType
The meta class implementation
-
Method Summary
Modifier and TypeMethodDescriptionstatic NativeStringTypecreate(int size) createNative(INativeHandle handle) Create a newINativeObjectfrom aINativeHandle.createNative(Object value) Create anINativeObjectfor this type from the Java object.createNative(String string) Methods inherited from class de.intarsys.nativec.type.NativeAbstractStringType
getByteCount, getPreferredBoundary, getStringSize, hasByteCountMethods inherited from class de.intarsys.nativec.type.NativeType
Array, lookup, Ref, register
-
Method Details
-
create
-
createNative
-
createNative
Description copied from interface:INativeTypeCreate a newINativeObjectfrom aINativeHandle.- Specified by:
createNativein interfaceINativeType- Overrides:
createNativein classNativeType- Parameters:
handle- The handle to memory.- Returns:
- The new
INativeObject
-
createNative
Description copied from interface:INativeTypeCreate anINativeObjectfor this type from the Java object.- Specified by:
createNativein interfaceINativeType- Overrides:
createNativein classNativeType- Returns:
- The new
INativeObject
-
createNative
-