public class Base64Util extends Object
| Constructor and Description |
|---|
Base64Util() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
encode(byte[] array) |
static String |
encodeToString(byte[] array) |
public static String encodeToString(byte[] array)
public static byte[] encode(byte[] array)
Copyright © 2021 Shoothzj. All rights reserved.