Closeable

interface Closeable
typealias Closeable = Closeable

Functions

close
Link copied to clipboard
common
abstract fun close()
Closes this object and releases the resources it holds.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

Source
Link copied to clipboard
Sink
Link copied to clipboard