com.croftsoft.core.text.sml
Class SmlCoder

java.lang.Object
  extended by com.croftsoft.core.text.sml.SmlCoder

public final class SmlCoder
extends Object

Static methods for encoding and decoding SML.

Java 1.1 compatible.

Since:
2001-05-14
Version:
2001-08-09
Author:
David Wallace Croft

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

main

public static void main(String[] args)

encode

public static String encode(String s)
Encodes a String for SML transport.

Replaces angle brackets.


decode

public static String decode(String s)
Decodes an SML String back into a regular String.

Substitutes angle brackets.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)