| Modifier and Type | Method and Description |
|---|---|
static NativeResource |
NativeResource.getNativeResource(long resource,
long closeFunction)
Returns the native resource registered with the given
resource and closeFunction pair. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Iterable<NativeResource> |
NativeResource.listRegisteredNativeResources()
Returns an object to iterate over the registered native resources.
|