public class BasicWebRecoder extends Object implements WebRecoder
| Constructor and Description |
|---|
BasicWebRecoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String string)
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 string)
WebRecoderdecode in interface WebRecoderstring - websafe versionCopyright © 2003–2017 Sakai Project. All rights reserved.