ktor-io / io.ktor.utils.io / ByteReadChannel / readBoolean

readBoolean

abstract suspend fun readBoolean(): Boolean

Reads a boolean value (suspending if no bytes available yet) or fails if channel has been closed and not enough bytes.