|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.xdo.common.util.Hex
public class Hex
Byte array and hex string conversion utility
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
|
| Constructor Summary | |
|---|---|
Hex()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
dump(byte[] b)
Dump byte array as a string |
static java.lang.String |
dump(byte[] b,
int start,
int len)
Dump byte array as a string |
static boolean |
equals(byte[] b1,
byte[] b2)
Returns true if specified two byte array is identical. |
static java.lang.String |
hex(int val)
|
static java.lang.String |
hex(int c,
int len)
Returns hex (XXXX) string for c. |
static java.lang.String |
hex(long val)
|
static java.lang.String |
hex(long c,
int len)
Returns hex (XXXX) string for c. |
static byte[] |
parse(java.lang.String str)
Parse string representation of hex values and returns the byte array. |
| 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 RCS_ID
| Constructor Detail |
|---|
public Hex()
| Method Detail |
|---|
public static java.lang.String hex(int c,
int len)
public static java.lang.String hex(long c,
int len)
public static java.lang.String hex(long val)
public static java.lang.String hex(int val)
public static java.lang.String dump(byte[] b)
b -
public static java.lang.String dump(byte[] b,
int start,
int len)
b - start - len -
public static byte[] parse(java.lang.String str)
public static boolean equals(byte[] b1,
byte[] b2)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||