public class Base64Util extends Object
| 构造器和说明 |
|---|
Base64Util() |
public static char[] encode(byte[] data)
data - 源public static byte[] decode(char[] data)
data - 编码后的字符数组public static void encode(File file) throws IOException
file - 源文件IOExceptionpublic static void decode(File file) throws IOException
file - 源文件IOExceptionCopyright © 2020. All rights reserved.