public class StaticVoidPointer extends NativeProxy
logger
Constructor and Description |
---|
StaticVoidPointer(byte[] pointer) |
Modifier and Type | Method and Description |
---|---|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
assertRegistryEmpty, clear, close, equals, finalize, hashCode, isNull, toString
protected void releaseNativeResources()
NativeProxy
You don't call this method; NativeProxy.finalize() or close() calls it for you.
If you free these resources explicitly, call clear(); instead.releaseNativeResources
in class NativeProxy