|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.util.Hex
public class Hex
hex decoding.
Constructor Summary | |
---|---|
Hex()
|
Method Summary | |
---|---|
static byte[] |
toBytes(java.lang.String hex)
Convert hex to bytes |
static java.lang.String |
toHex(byte[] bytes)
Convert bytes to hex |
static java.lang.String |
toHex(byte[] bytes,
int offset,
int len)
Convert bytes to hex |
static long |
toLong(byte[] bytes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hex()
Method Detail |
---|
public static java.lang.String toHex(byte[] bytes)
public static java.lang.String toHex(byte[] bytes, int offset, int len)
public static byte[] toBytes(java.lang.String hex)
public static long toLong(byte[] bytes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |