|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.util.TextDecoder
| Constructor Summary | |
TextDecoder(String str)
|
|
| Method Summary | |
static String |
decode(char[] data,
int start,
int length)
|
void |
deleteValue(String name)
|
String |
encode()
Re-encode the decoded text into a String. |
int |
getIndexOf(String name)
Get the index of the named value. |
String |
getName(int index)
The name of the value at the specified index. |
String |
getValue(int index)
The value at the specified index. |
String |
getValue(String name)
Get the value of the name. |
static String |
getValueOf(SubString sub)
|
static boolean |
isNamed(SubString sub,
String name)
|
void |
setValue(String name,
String value)
|
int |
size()
|
String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
| Constructor Detail |
public TextDecoder(String str)
| Method Detail |
public static String decode(char[] data,
int start,
int length)
public int size()
public int getIndexOf(String name)
name - The name of the value.
public String getValue(String name)
name - The name of the value.
public String getName(int index)
index -
public String getValue(int index)
index -
public static boolean isNamed(SubString sub,
String name)
public static String getValueOf(SubString sub)
public String toString()
Object
toString in class Object
public void setValue(String name,
String value)
public void deleteValue(String name)
public String encode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||