ktor-io / io.ktor.utils.io.bits / storeLongAt

storeLongAt

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

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

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

write short signed 64bit integer in the network byte order (Big Endian)