|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextEncoder
Interfaz que han de cumplir las clases utilizadas para codificar / decodificar texto
| Method Summary | |
|---|---|
java.lang.CharSequence |
decode(java.lang.CharSequence theText)
Decodifica el texto |
java.lang.CharSequence |
encode(java.lang.CharSequence theText)
Codifica el texto |
| Method Detail |
|---|
java.lang.CharSequence encode(java.lang.CharSequence theText)
theText - el texto a codificar
java.lang.CharSequence decode(java.lang.CharSequence theText)
theText - el texto a decodificar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||