Does java have an equivalent to the Apache Hex.encode/decode class? And if not is there a code snipett to accomplish the same thing.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35254
7
posted
0
Can't you just copy the source from Commons Codec? If this is about license restrictions, then a LGPL implementation probably doesn't do you any good, either. Friend Google knows of plenty of other implementations - one of those is bound to fit your purposes.