|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextMangler
Plug-in to mangle (e.g. obfuscate, compress, or encrypt) text before outputting by the PTreeWriter or after reading by the PTreeReader
Method Summary | |
---|---|
CharSequence |
mangle(CharSequence input)
Convert a character string into another string without losing information |
CharSequence |
unmangle(CharSequence input)
Convert a character string into another string without losing information, reversing the conversion performed by the mangle() method |
Method Detail |
---|
CharSequence mangle(CharSequence input)
input
- the character string to be converted
CharSequence unmangle(CharSequence input)
input
- a character string produced by calling mangle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |