fun writePacket(packet: ByteReadPacket): Unit
Writes another packet to the end. Please note that the instance packet gets consumed so you don't need to release it
fun writePacket(p: ByteReadPacket, n: Int): Unit
fun writePacket(p: ByteReadPacket, n: Long): Unit
Write exact n bytes from packet to the builder