Package com.exedio.cope.util
Class Hex
java.lang.Object
com.exedio.cope.util.Hex
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappend(StringBuilder out, byte[] bytes, int len) static byte[]decodeLower(String string) static StringencodeLower(byte[] bytes) static StringencodeLower(byte[] bytes, int offset, int length) static StringencodeUpper(byte[] bytes) static StringencodeUpper(byte[] bytes, int offset, int length)
-
Method Details
-
encodeUpper
-
encodeLower
-
encodeUpper
-
encodeLower
-
append
-
decodeLower
-