public interface Disposable
Disposable is a destination of data that can be discarded.
The dispose method is invoked to dispose resources that the object is
holding (such as open files or streams).| Modifier and Type | Method and Description |
|---|---|
boolean |
dispose()
Dismiss and releases any system resources associated with this object.
|
boolean dispose()
true if and only if the file was created and it has been deleted successfully; false otherwise.Copyright © 2017. All rights reserved.