public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(char[] message) |
static char[] |
encode(byte[] content) |
public static char[] encode(byte[] content)
public static byte[] decode(char[] message)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.