Package org.hawaiiframework.util.codec
Class HexEncoder
- java.lang.Object
-
- org.hawaiiframework.util.codec.HexEncoder
-
public class HexEncoder extends Object
Utility class to encode and decode hex strings.- Since:
- 3.0.0.M6
-
-
Constructor Summary
Constructors Constructor Description HexEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
decode(String str)
Decodes the provided hexString
.String
encode(String str)
Encodes the providedString
.
-