com.hs.mail.util
Class BASE64

java.lang.Object
  extended by com.hs.mail.util.BASE64

public class BASE64
extends Object


Method Summary
static byte[] decode(String s)
           
static String encode(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(byte[] b)

decode

public static byte[] decode(String s)
                     throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.