|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.util.Hexifier
public class Hexifier
An alternative to base64 encoding in some cases.
| Constructor Summary | |
|---|---|
Hexifier()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
byte2Hex(byte[] bytes)
Convert a byte array to a hexified string. |
static byte[] |
hex2Byte(java.lang.String str)
Convert a hexified 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 Hexifier()
| Method Detail |
|---|
public static java.lang.String byte2Hex(byte[] bytes)
public static byte[] hex2Byte(java.lang.String str)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||