de.intarsys.nativec.type
Class NativeBuffer.MetaClass
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeJavaType
de.intarsys.nativec.type.NativeObject.MetaClass
de.intarsys.nativec.type.NativeBuffer.MetaClass
- All Implemented Interfaces:
- INativeType
- Enclosing class:
- NativeBuffer
public static class NativeBuffer.MetaClass
- extends NativeObject.MetaClass
The meta class implementation
createNative
public INativeObject createNative(INativeHandle handle)
- Description copied from interface:
INativeType
- Create a new
INativeObject
from a INativeHandle
.
- Specified by:
createNative
in interface INativeType
- Overrides:
createNative
in class NativeType
- Parameters:
handle
- The handle to memory.
- Returns:
- The new
INativeObject
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.