public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String str) |
static String |
encode(byte[] data) |
public static String encode(byte[] data)
public static byte[] decode(String str) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2021. All rights reserved.