public class PRFDProxy extends NativeProxy
logger| Constructor and Description |
|---|
PRFDProxy(byte[] pointer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Finalize this NativeProxy by releasing its native resources.
|
protected void |
releaseNativeResources()
Release the native resources used by this proxy.
|
assertRegistryEmpty, clear, close, equals, hashCode, isNull, toStringprotected void releaseNativeResources()
throws java.lang.Exception
NativeProxyYou 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 NativeProxyjava.lang.Exceptionprotected void finalize()
throws java.lang.Throwable
NativeProxyfinalize in class NativeProxyjava.lang.Throwable