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) |
static String |
encode(byte[] data,
int off,
int len) |
Copyright © 2016. All rights reserved.