I've previously converted a byte array into a file conataining the binary equivalents of all the values in that byte array. Now how do do I convert those binary values back into a byte array??
Like for example...my byte array starts with values 7, 17, 118, 7.... And my text file conatining the binary values shows 00000111000100010111011000000111....