aspose file tools
The moose likes Java in General and the fly likes Sun equivalent to Apache Hex.encode/decode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Sun equivalent to Apache Hex.encode/decode " Watch "Sun equivalent to Apache Hex.encode/decode " New topic
Author

Sun equivalent to Apache Hex.encode/decode

Barry Brashear
Ranch Hand

Joined: Jun 05, 2001
Posts: 303
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
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Sun equivalent to Apache Hex.encode/decode
 
Similar Threads
How to iterate a Set (2 steps once)
Encoding base64 to binary
sun.misc.BASE64Decoder equivalent
A little SQL help with SUM()
Sorting Strings in Oracle