public abstract class NativePointerObject extends Object
Modifier | Constructor and Description |
---|---|
protected |
NativePointerObject()
Creates a new NativePointerObject with a
null pointer. |
protected |
NativePointerObject(long nativePointer)
Creates a new Pointer with the given native pointer value
|
protected |
NativePointerObject(NativePointerObject other)
Creates a new Pointer with the samme native pointer as the
given one
|
protected NativePointerObject()
null
pointer.protected NativePointerObject(long nativePointer)
protected NativePointerObject(NativePointerObject other)
other
- The other NativePointerObjectCopyright © 2014. All Rights Reserved.