Converting to/from hexadecimal in Java - Javamex: Java tutorials and performance information
How to convert a long to and from hex In case you need it, the Long class has Long.parseLong() and Long.toHexString() analogous to the Integer methods above. How to write a hex number in Java code Sometimes it is convenient to represent a number in hex in...