readInt

expect abstract fun readInt(): Int

Read four bytes from this source and returns a big-endian int.

actual abstract fun readInt(): Int

Read four bytes in big-endian order from this source and returns them as an int.