Package icyllis.arc3d.core
Class RefCountedData
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.core.RefCountedData
- All Implemented Interfaces:
RefCounted
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Override this method to invoke de-allocation of the underlying resource.
-
Constructor Details
-
RefCountedData
public RefCountedData()
-
-
Method Details
-
deallocate
protected void deallocate()Description copied from class:RefCnt
Override this method to invoke de-allocation of the underlying resource.- Specified by:
deallocate
in classRefCnt
-