T
Tim Conner
Which functions are available to move a part from byte[] into another byte[]
?
Let's say I have a byte[] of 20 and another of 40. And I want to move 5th to
15th from the first byte[] into occupping bytes 20 to 35 of the second
byte[].
Thanks in advance,
?
Let's say I have a byte[] of 20 and another of 40. And I want to move 5th to
15th from the first byte[] into occupping bytes 20 to 35 of the second
byte[].
Thanks in advance,