public class Base64 extends Object
| 构造器和说明 |
|---|
Base64() |
public static String encode(byte[] buff)
public static String encode(String string, String encoding) throws UnsupportedEncodingException
public static String decode(String string, String encoding) throws UnsupportedEncodingException
Copyright © 2016. All rights reserved.