readShort

expect abstract fun readShort(): Short

Read two bytes from this source and returns a big-endian short.

actual abstract fun readShort(): Short

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