public class Base64Util extends Object
┌─┐ ┌─┐
┌──┘ ┴───────┘ ┴──┐
│ │
│ ─── │
│ ─┬┘ └┬─ │
│ │
│ ─┴─ │
│ │
└───┐ ┌───┘
│ │
│ │
│ │
│ └──────────────┐
│ │
│ ├─┐
│ author:lelouch ┌─┘
│ │
└─┐ ┐ ┌───────┬──┐ ┌──┘
│ ─┤ ─┤ │ ─┤ ─┤
└──┴──┘ └──┴──┘
神兽保佑
代码无BUG!
| 构造器和说明 |
|---|
Base64Util()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decoderBase64(String string)
已过时。
字符串 Base64 decoder
|
static void |
decoderBase64File(String base64Code,
String filePath)
已过时。
base64转成文件
|
static String |
encodeBase64(byte[] bytes)
已过时。
字符串 Base64 encode
|
static String |
encodeBase64(String string)
已过时。
字符串 Base64 encode
|
static String |
encodeBase64File(File file)
已过时。
|
public static void decoderBase64File(String base64Code, String filePath)
public static String encodeBase64(String string)
string - public static String encodeBase64(byte[] bytes)
bytes - Copyright © 2020. All rights reserved.