Closeable

expect interface Closeable

A resource than can be closed. The close method is invoked to release resources an object is holding (e.g. such as open files)

Inheritors

actual typealias Closeable = java.io.Closeable

Functions

Link copied to clipboard
expect abstract fun close()

Release any resources held by this object