public class NativeHandle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
handle |
Constructor and Description |
---|
NativeHandle(long handle,
IFreeFunc freeFunc)
Initialises a new handle
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
long |
toLong()
Returns handle as long value
|