|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.syslog.util.Base64Binary
public class Base64Binary
| Constructor Summary | |
|---|---|
Base64Binary()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(java.lang.String value)
Converts the string into a base64 encoded byte array. |
static java.lang.String |
encode(byte[] value)
Converts the base64 encoded byte array into string |
static byte[] |
getClone(byte[] value)
Creates a clone. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64Binary()
| Method Detail |
|---|
public static byte[] getClone(byte[] value)
value -
public static byte[] decode(java.lang.String value)
throws java.io.IOException
value -
java.io.IOExceptionpublic static java.lang.String encode(byte[] value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||