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 encodeIOException
public static String base64decode(String input) throws IOException
input
- String to decodeIOException
Copyright © 2016. All rights reserved.