cn.jpush.api.utils
类 Base64

java.lang.Object
  继承者 cn.jpush.api.utils.Base64

public class Base64
extends Object


构造方法摘要
Base64()
           
 
方法摘要
static byte[] decode(char[] message)
           
static char[] encode(byte[] content)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Base64

public Base64()
方法详细信息

encode

public static char[] encode(byte[] content)

decode

public static byte[] decode(char[] message)
                     throws IOException
抛出:
IOException


Copyright © 2014. All Rights Reserved.