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

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

actual 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)

Functions

Link copied to clipboard
expect abstract fun close()

Release any resources held by this object

actual abstract fun close()

Release any resources held by this object