public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
parseBytes(String base64String)
base64 解码为字节数组
|
static String |
parseString(String base64String)
base64 解码
|
static String |
toString(String src)
base64 编码
|
Copyright © 2017. All rights reserved.