ktor-io / io.ktor.utils.io.bits / loadIntAt

loadIntAt

inline expect fun Memory.loadIntAt(offset: Int): Int
inline expect fun Memory.loadIntAt(offset: Long): Int

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