readLongLe

expect abstract fun readLongLe(): Long

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

actual abstract fun readLongLe(): Long

Read eight bytes in little-endian order from this source and returns them as a long.