ktor-io / io.ktor.utils.io / ByteReadChannel / readDouble

readDouble

abstract suspend fun readDouble(): Double

Reads double number (suspending if not enough bytes available) or fails if channel has been closed and not enough bytes.