com.ricebridge.util.txt
Class Escape
java.lang.Object
com.ricebridge.util.txt.Escape
- public class Escape
- extends Object
|
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 |
Escape
public Escape()
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