org.apache.ws.jaxme.util
public class Base64Binary extends Object
Method Summary | |
---|---|
static byte[] | decode(String pValue) Converts the string pValue into a
base64 encoded byte array. |
static String | encode(byte[] pValue) Converts the base64 encoded byte array pValue
into a string. |
static byte[] | getClone(byte[] pValue) Creates a clone of the byte array pValue . |
pValue
into a
base64 encoded byte array.pValue
into a string.pValue
.