org.phprpc.util
类 Base64

java.lang.Object
  继承者 org.phprpc.util.Base64

public final class Base64
extends Object


方法摘要
static byte[] decode(String str)
           
static String encode(byte[] data)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

encode

public static final String encode(byte[] data)

decode

public static final byte[] decode(String str)


Copyright © 2014. All rights reserved.