> The Integer class provides methods for translating to and from hex - is there > any reason we can't simply use those methods? Probably this class (the original version) was written when that feature wasn't existing or wasn't efficient ... I'll try to look at the code.
Ah, note that this class currently is optimized for byte [] , I have to see using Integers (for doing the same things) if there are some performances overhead ... Bye
