step.util
Class StringConstant

java.lang.Object
  |
  +--step.util.StringConstant

public class StringConstant
extends Object


Field Summary
static byte a
           
static byte b
           
static byte BACKSLASH
           
static byte BEL
           
static byte BS
           
static byte CR
           
static byte f
           
static byte FF
           
static byte HT
           
static byte LF
           
static byte n
           
static byte QUOTE
           
static byte r
           
static byte t
           
static byte v
           
static byte VT
           
static byte ZERO
           
 
Method Summary
static String decode(String str)
           
static String encode(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEL

public static final byte BEL
See Also:
Constant Field Values

BS

public static final byte BS
See Also:
Constant Field Values

HT

public static final byte HT
See Also:
Constant Field Values

LF

public static final byte LF
See Also:
Constant Field Values

VT

public static final byte VT
See Also:
Constant Field Values

FF

public static final byte FF
See Also:
Constant Field Values

CR

public static final byte CR
See Also:
Constant Field Values

QUOTE

public static final byte QUOTE
See Also:
Constant Field Values

ZERO

public static final byte ZERO
See Also:
Constant Field Values

BACKSLASH

public static final byte BACKSLASH
See Also:
Constant Field Values

a

public static final byte a
See Also:
Constant Field Values

b

public static final byte b
See Also:
Constant Field Values

f

public static final byte f
See Also:
Constant Field Values

n

public static final byte n
See Also:
Constant Field Values

r

public static final byte r
See Also:
Constant Field Values

t

public static final byte t
See Also:
Constant Field Values

v

public static final byte v
See Also:
Constant Field Values
Method Detail

decode

public static String decode(String str)

encode

public static String encode(String str)