ktor-io / io.ktor.utils.io.core / Input / close

close

abstract fun close(): Unit

Close input including the underlying source. All pending bytes will be discarded. It is not recommended to invoke it with read operations in-progress concurrently.