|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.geronimo.interop.util.Base16Binary
| Constructor Summary | |
Base16Binary()
|
|
| Method Summary | |
static byte[] |
fromString(java.lang.String string)
* Convert from hexadecimal string to byte array. |
static byte[] |
fromString(java.lang.String string,
int offset,
int length)
* Convert from hexadecimal string to byte array. |
static java.lang.String |
toString(byte[] bytes)
* Convert from byte array to hexadecimal string. |
static java.lang.String |
toString(byte[] bytes,
int offset,
int length)
* Convert from byte array to hexadecimal string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base16Binary()
| Method Detail |
public static byte[] fromString(java.lang.String string)
public static byte[] fromString(java.lang.String string,
int offset,
int length)
public static java.lang.String toString(byte[] bytes)
public static java.lang.String toString(byte[] bytes,
int offset,
int length)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||