readInt

expect open override fun readInt(): Int

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

actual open override fun readInt(): Int

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