Package one.microstream.typing
Interface Disposable
- All Known Subinterfaces:
StorageChannel
,StorageFileManager
- All Known Implementing Classes:
StorageChannel.Default
,StorageFileManager.Default
public interface Disposable
-
Method Summary
Modifier and Type Method Description void
dispose()
Release resources used by the implementing class that should be released before the garbage collector takes care of them.
-
Method Details
-
dispose
void dispose()Release resources used by the implementing class that should be released before the garbage collector takes care of them.After calling, the owning object may be in an inoperable state which it can't recover from!
-