writePacket

fun writePacket(p: ByteReadPacket)

Writes another packet to the end. Please note that the instance p gets consumed so you don't need to release it


fun writePacket(p: ByteReadPacket, n: Int)
fun writePacket(p: ByteReadPacket, n: Long)

Write exact n bytes from packet to the builder