Package com.exedio.cope.util
Class Hex
- java.lang.Object
-
- com.exedio.cope.util.Hex
-
public final class Hex extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
encodeUpper
public static String encodeUpper(byte[] bytes)
-
encodeLower
public static String encodeLower(byte[] bytes)
-
encodeUpper
public static String encodeUpper(byte[] bytes, int offset, int length)
-
encodeLower
public static String encodeLower(byte[] bytes, int offset, int length)
-
append
public static void append(StringBuilder out, byte[] bytes, int len)
-
decodeLower
public static byte[] decodeLower(String string)
-
-