Closeable

expect interface Closeable

A type that can be closed.

Inheritors

actual typealias Closeable = java.io.Closeable

A type that can be closed.

actual interface Closeable

A type that can be closed.

Functions

Link copied to clipboard
expect abstract fun close()

Close any resources backed by this object.

actual abstract fun close()

Close any resources backed by this object.