bytes

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

Append raw bytes

Report a problem

actual fun bytes(content: ByteArray, offset: Int, length: Int)(source)

Append raw bytes

Report a problem

fun bytes(content: ByteBuffer)(source)
actual fun bytes(content: ByteArray, offset: Int, length: Int)(source)

Append raw bytes

Report a problem

actual fun bytes(content: ByteArray, offset: Int, length: Int)(source)

Append raw bytes

Report a problem