Hex & Binary read / write in Java

The flexibility of this language is just outstanding. In it’s own organized way, you can read binary files and get the hex code or even the binary code. Then you can also write your data back to a binary file. Here is how… To read in binary, you need to...