expect interface Closeable
abstract fun close(): Unit |
expect interface Input : Closeable
Usually shouldn't be implemented directly. Inherit AbstractInput instead. |
|
interface ObjectPool<T : Any> : Closeable |
|
expect interface Output : Appendable, Closeable
This shouldn't be implemented directly. Inherit AbstractOutput instead. |