|
@@ -62,7 +62,7 @@ public class Utils {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- public static final byte[] hexchars = { '0', '1', '2', '3', '4', '5',
|
|
|
+ public static final char[] hexchars = { '0', '1', '2', '3', '4', '5',
|
|
|
'6', '7', '8', '9', 'A', 'B',
|
|
|
'C', 'D', 'E', 'F' };
|
|
|
/**
|