public abstract class SimpleCodec extends Object
| Constructor and Description |
|---|
SimpleCodec() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String source)
Encodes a byte array into Base64 notation.
|
static String |
encode(String s)
Decodes data from Base64 notation.
|
Copyright © 2017. All rights reserved.