|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjtools.Hex2BinaryConversion
public class Hex2BinaryConversion
Converts the hexadecimal encoding of some binary data into
a byte array. The hexadecimal characters may include white space ( space, tab and CR ).
| Constructor Summary | |
|---|---|
Hex2BinaryConversion()
Constructor for Hex2BinaryConversion. |
|
| Method Summary | |
|---|---|
byte[] |
convert(java.lang.String hex)
Convert a hexadecimal string into a byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hex2BinaryConversion()
Hex2BinaryConversion.
| Method Detail |
|---|
public byte[] convert(java.lang.String hex)
throws java.io.IOException
byte array.
hex - string to be converted to byte array
java.io.IOException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||