ktor-io / io.ktor.utils.io / ByteReadChannel / readFloat

readFloat

abstract suspend fun readFloat(): Float

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