|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebRecoder
An encoder used to recode an allready encoded set of bytes in order to ensure the bits can be used in a url.
| Method Summary | |
|---|---|
byte[] |
decode(String encoded)
Decode the bits into a websafe version. |
String |
encode(byte[] bits)
Recode the bits into a websafe version. |
| Method Detail |
|---|
String encode(byte[] bits)
bits - the original bits
byte[] decode(String encoded)
encoded - websafe version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||