ktor-io / io.ktor.utils.io.core / writeUByte

writeUByte

fun Buffer.writeUByte(value: <ERROR CLASS>): Unit

Write an unsigned byte or fail if not enough space available for writing.

fun IoBuffer.writeUByte(value: <ERROR CLASS>): Unit
Deprecated: IoBuffer is deprecated. Use Memory or Output instead.


@ExperimentalUnsignedTypes inline fun Output.writeUByte(v: <ERROR CLASS>): Unit