ktor-io / io.ktor.utils.io.core / readUByte

readUByte

fun Buffer.readUByte(): <ERROR CLASS>

Read an unsigned byte or fail if no bytes available for reading.

inline fun IoBuffer.readUByte(): <ERROR CLASS>
Deprecated: IoBuffer is deprecated. Use Memory or Input instead.


@ExperimentalUnsignedTypes inline fun Input.readUByte(): <ERROR CLASS>