|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.util.Base16Encoder
public class Base16Encoder
Base 16 encoder.
| Constructor Summary | |
|---|---|
Base16Encoder()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(java.lang.String s)
Convert a base16 string into a byte array. |
static java.lang.String |
encode(byte[] byteArray)
Convert bytes to a base16 string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base16Encoder()
| Method Detail |
|---|
public static java.lang.String encode(byte[] byteArray)
public static byte[] decode(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||