bytes

expect fun bytes(content: ByteArray, offset: Int = 0, length: Int = content.size)

Append raw bytes

fun bytes(content: ByteBuffer)
actual fun bytes(content: ByteArray, offset: Int = 0, length: Int = content.size)

Append raw bytes

actual fun bytes(content: ByteArray, offset: Int = 0, length: Int = content.size)

Append raw bytes