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