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

readByte

abstract fun readByte(): Byte

Read the next upcoming byte

Exceptions

EOFException - if no more bytes available.