public class Base64FileUrlEncoder extends Object implements StringEncoder
Note: This does NOT produce standard Base 64 encodings, but a variant as defined in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String s)
Decodes an string back to it's initial representation
|
String |
encode(String s)
Encodes an string to another representation
|
static Base64FileUrlEncoder |
getInstance() |
public static Base64FileUrlEncoder getInstance()
public String encode(String s)
StringEncoderencode in interface StringEncoderpublic String decode(String s)
StringEncoderdecode in interface StringEncoder