public abstract class RmmWrappingDeviceMemoryResource<C extends RmmDeviceMemoryResource> extends Object implements RmmDeviceMemoryResource
| Constructor and Description |
|---|
RmmWrappingDeviceMemoryResource(C wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
C |
getWrapped()
Get the resource that this is wrapping.
|
C |
releaseWrapped()
Release the wrapped device memory resource and close this.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandleprotected C extends RmmDeviceMemoryResource wrapped
public RmmWrappingDeviceMemoryResource(C wrapped)
public C getWrapped()
public C releaseWrapped()
public void close()
close in interface RmmDeviceMemoryResourceclose in interface AutoCloseableCopyright © 2024. All rights reserved.