I have an array of bytes as integers in base 256. So it looks like [0, 120, 255, 30, 21]. Each number represents a byte, so like 0 = 0000000, 1 = 0000001, 2 = 00000010, etc...
How can I write this array to a file? I am really lost I don't know where to begin with this.