org.apache.ws.jaxme.util
Class Base64Binary

java.lang.Object
  extended byorg.apache.ws.jaxme.util.Base64Binary

public class Base64Binary
extends java.lang.Object

Author:
Jochen Wiedmann

Constructor Summary
Base64Binary()
           
 
Method Summary
static byte[] decode(java.lang.String pValue)
           
static java.lang.String encode(byte[] pValue)
           
static byte[] getClone(byte[] pValue)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Binary

public Base64Binary()
Method Detail

getClone

public static byte[] getClone(byte[] pValue)

decode

public static byte[] decode(java.lang.String pValue)
                     throws java.io.IOException
Throws:
java.io.IOException

encode

public static java.lang.String encode(byte[] pValue)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception