readIntLe

expect abstract fun readIntLe(): Int

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

actual abstract fun readIntLe(): Int

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