readByte

expect abstract fun readByte(): Byte

Read the next upcoming byte

Throws

if no more bytes available.

actual abstract fun readByte(): Byte
actual abstract fun readByte(): Byte

Read the next upcoming byte

Throws

if no more bytes available.