fun ByteArray.concat(b2: ByteArray): ByteArray
Concatenates two ByteArray together.
b2 - the bytes to append
b2
Return the combined byte array