public class Encoder extends Object
| Constructor and Description |
|---|
Encoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64decode(String input)
Base64Decode encodedString
|
static String |
base64encode(String input)
Base64Encode compressedJson
|
public static String base64encode(String input) throws IOException
input - String to encodeIOExceptionpublic static String base64decode(String input) throws IOException
input - String to decodeIOExceptionCopyright © 2016. All rights reserved.