public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] sArr) |
static String |
encode(byte[] sArr) |
public static String encode(byte[] sArr)
public static byte[] decode(byte[] sArr)
Copyright © 2024. All rights reserved.