ktor-io / io.ktor.utils.io / writeShort

writeShort

suspend fun ByteWriteChannel.writeShort(s: Int): Unit
suspend fun ByteWriteChannel.writeShort(s: Int, byteOrder: ByteOrder): Unit
suspend fun ByteWriteChannel.writeShort(value: Short, byteOrder: ByteOrder): Unit