| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.util.Base64Binary
A utility class for working with base64 encoding.
| Constructor Summary | |
| Base64Binary() | |
| Method Summary | |
| static byte[] | decode(java.lang.String pValue)Converts the string pValueinto a
 base64 encoded byte array. | 
| static java.lang.String | encode(byte[] pValue)Converts the base64 encoded byte array pValueinto a string. | 
| static byte[] | getClone(byte[] pValue)Creates a clone of the byte array pValue. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Base64Binary()
| Method Detail | 
public static byte[] getClone(byte[] pValue)
pValue.
public static byte[] decode(java.lang.String pValue)
                     throws java.io.IOException
pValue into a
 base64 encoded byte array.
java.io.IOExceptionpublic static java.lang.String encode(byte[] pValue)
pValue
 into a string.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||