Modifier and Type | Method and Description |
---|---|
static NativeResource |
NativeResource.getNativeResource(long resource,
long closeFunction)
Gets the native resource registered with the given
resource and closeFunction pair. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<NativeResource> |
NativeResource.listRegisteredNativeResources()
Gets the list of registered native resources.
|