Module net.anwiba.commons.utilities
Class HexStringToByteArrayConverter
java.lang.Object
net.anwiba.commons.utilities.string.HexStringToByteArrayConverter
- All Implemented Interfaces:
IConverter<String,byte[], ConversionException>
public class HexStringToByteArrayConverter
extends Object
implements IConverter<String,byte[],ConversionException>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HexStringToByteArrayConverter
public HexStringToByteArrayConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceIConverter<String,byte[], ConversionException> - Throws:
ConversionException
-