JXTA

net.jxta.impl.util
Class Base64

java.lang.Object
  extended by net.jxta.impl.util.Base64

Deprecated. Planned for removal. This implementation has been replaced by BASE64InputStream and BASE64OutputStream.

@Deprecated
public final class Base64
extends Object


Method Summary
static byte[] decodeBase64(String text)
          Deprecated.  
static String encodeBase64(byte[] bytes)
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decodeBase64

public static byte[] decodeBase64(String text)
                           throws IOException
Deprecated. 
Throws:
IOException

encodeBase64

public static String encodeBase64(byte[] bytes)
Deprecated. 

main

public static void main(String[] args)
Deprecated. 

JXSE