|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.core.text.sml.SmlCoder
public final class SmlCoder
Static methods for encoding and decoding SML.
Java 1.1 compatible.
Method Summary | |
---|---|
static String |
decode(String s)
Decodes an SML String back into a regular String. |
static String |
encode(String s)
Encodes a String for SML transport. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
public static String encode(String s)
Replaces angle brackets.
public static String decode(String s)
Substitutes angle brackets.
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |