ktor-io / io.ktor.utils.io.bits / storeIntAt

storeIntAt

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

Write regular signed 32bit integer in the network byte order (Big Endian)