writeUShort

fun Buffer.writeUShort(value: UShort)

Write an unsigned short integer or fail if not enough space available for writing. The numeric value is encoded in the network order (Big Endian).


inline fun IoBuffer.writeUShort(value: UShort)
inline fun Output.writeUShort(v: UShort)