readByteString

expect abstract fun readByteString(): ByteString

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


expect abstract fun readByteString(byteCount: Long): ByteString

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

actual abstract fun readByteString(): ByteString
actual abstract fun readByteString(byteCount: Long): ByteString
actual abstract fun readByteString(): ByteString
actual abstract fun readByteString(byteCount: Long): ByteString