readShortLe

expect abstract fun readShortLe(): Short

Read two bytes from this source and returns it as a little-endian short.

actual abstract fun readShortLe(): Short

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