public class Base64Recoder extends Object implements WebRecoder
| Constructor and Description |
|---|
Base64Recoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String safe)
Decode the bits into a websafe version.
|
String |
encode(byte[] bits)
Recode the bits into a websafe version.
|
public String encode(byte[] bits)
WebRecoderencode in interface WebRecoderbits - the original bitspublic byte[] decode(String safe)
WebRecoderdecode in interface WebRecodersafe - websafe versionCopyright © 2003–2017 Sakai Project. All rights reserved.