snapshot

expect fun snapshot(): ByteString

Returns an immutable copy of this buffer as a byte string.


expect fun snapshot(byteCount: Int): ByteString

Returns an immutable copy of the first byteCount bytes of this buffer as a byte string.

actual fun snapshot(): ByteString
actual fun snapshot(byteCount: Int): ByteString
actual fun snapshot(): ByteString
actual fun snapshot(byteCount: Int): ByteString