public class Base64Utils extends Object
| Constructor and Description |
|---|
Base64Utils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String str)
解码
|
static String |
encode(byte[] data)
编码
|
Copyright © 2021. All rights reserved.