paste bytes into an array
in
Programming Questions
•
2 years ago
If i have a array of bytes, then how can i paste a certain amounts of bytes somewhere in between?
edit:
Or can i better convert the byte array to a string array and later convert back to a byte array for saving?
1