Given the following string:
3132333435363738396162636465666768696a6b6c6d6e6f70
I converted the string to hex and now i want to file write it as hex not a string. I tried converting it to int but Integer.parseInt converts up to 4 only and if go beyond that it would give error already.