readByteArray

expect open override fun readByteArray(): ByteArray

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


expect open override fun readByteArray(byteCount: Long): ByteArray

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

actual open override fun readByteArray(): ByteArray
actual open override fun readByteArray(byteCount: Long): ByteArray
actual open override fun readByteArray(): ByteArray
actual open override fun readByteArray(byteCount: Long): ByteArray