ktor-io / io.ktor.utils.io / ByteReadChannel / readShort

readShort

abstract suspend fun readShort(): Short

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