public interface WebRecoder
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String encoded)
Decode the bits into a websafe version.
|
String |
encode(byte[] bits)
Recode the bits into a websafe version.
|
Copyright © 2003–2017 Sakai Project. All rights reserved.