What Java Equivalent method to Apache's Hex.encodeHexString() Method -


this question has answer here:

i use java8 , wonder if java8 has equivalent method org.apache.commons.codec.hex.encodehexstring

thanks!

integer.tohexstring(int) available. biginteger.tostring(int radix). both can encode hex.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -