readByteArray

expect abstract fun readByteArray(): ByteArray

Removes all bytes from this and returns them as a byte array.


expect abstract fun readByteArray(byteCount: Long): ByteArray

Removes byteCount bytes from this and returns them as a byte array.

actual abstract fun readByteArray(): ByteArray
actual abstract fun readByteArray(byteCount: Long): ByteArray
actual abstract fun readByteArray(): ByteArray
actual abstract fun readByteArray(byteCount: Long): ByteArray