public interface IResource
Modifier and Type | Method and Description |
---|---|
void |
addResource(IResource target)
call
ResourceManager.addResource(IResource) with the target |
IResource |
findInResource(long ptr)
call
ResourceManager.findInResource(long) with the ptr |
long |
getPtr() |
ResourceManager |
getResourceManager() |
boolean |
isPermanent() |
void |
release()
call
ResourceManager.removeResource(IResource) with this |
ResourceManager getResourceManager()
void addResource(IResource target)
ResourceManager.addResource(IResource)
with the targetIResource findInResource(long ptr)
ResourceManager.findInResource(long)
with the ptrboolean isPermanent()
long getPtr()
void release()
ResourceManager.removeResource(IResource)
with this