public class Base64Helper extends Object
| 构造器和说明 |
|---|
Base64Helper() |
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 © 2020. All rights reserved.