public class Hex
extends Object
Hex - simple hex conversions.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
encode
public static String encode(byte[] data)
- Parameters:
data - an array of
invalid reference
byte
objects.
- Returns:
- a
String object.
-
encode
- Parameters:
raw - a String object.
- Returns:
- a
String object.