ktor-io / io.ktor.utils.io.bits / storeShortAt

storeShortAt

inline expect fun Memory.storeShortAt(offset: Int, value: Short): Unit
inline expect fun Memory.storeShortAt(offset: Long, value: Short): Unit

Write short signed 16bit integer in the network byte order (Big Endian)