com.ricebridge.util.txt
Class Escape

java.lang.Object
  extended bycom.ricebridge.util.txt.Escape

public class Escape
extends Object


Constructor Summary
Escape()
           
 
Method Summary
static String decode(String pSource, char[] pSet, char pEscape)
           
static String decode(String pSource, char[] pSet, char[] pCodes, char pEscape)
           
static String decode(String pSource, char pSingle, char pEscape)
           
static String encode(String pSource, char[] pSet, char pEscape)
           
static String encode(String pSource, char[] pSet, char[] pCodes, char pEscape)
           
static String encode(String pSource, char pSingle, char pEscape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escape

public Escape()
Method Detail

encode

public static final String encode(String pSource,
                                  char pSingle,
                                  char pEscape)

encode

public static final String encode(String pSource,
                                  char[] pSet,
                                  char pEscape)

encode

public static final String encode(String pSource,
                                  char[] pSet,
                                  char[] pCodes,
                                  char pEscape)

decode

public static final String decode(String pSource,
                                  char pSingle,
                                  char pEscape)

decode

public static final String decode(String pSource,
                                  char[] pSet,
                                  char pEscape)

decode

public static final String decode(String pSource,
                                  char[] pSet,
                                  char[] pCodes,
                                  char pEscape)


Copyright © 2003-2006 Ricebridge