|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sensorevent.codex.HexBinary
public class HexBinary
The HexBinary class converts data using the HexBinary algorithm. Specifically, use the HexBinary class to:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
HexBinary()
|
Method Summary | |
---|---|
static byte[] |
decode(java.lang.String s)
Converts a String to a byte array |
static java.lang.String |
encode(byte[] b)
Converts a byte array to a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public HexBinary()
Method Detail |
---|
public static byte[] decode(java.lang.String s) throws SensorEventException
s
- - the String to convert
SensorEventException
public static java.lang.String encode(byte[] b) throws SensorEventException
b
- - the byte array to convert
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |