|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Tools.StringManipulator
A class to provide string manipulation routines. This class only provides static methods, and thus cannot be initialized.
Method Summary | |
---|---|
static int |
getCharArrayLength(byte[] data,
int i)
Returns the length of the char array from the specified point in the specified data array. |
static java.lang.String |
strip(java.lang.String s)
This method returns the substring from the first character to the first null, if one exists. |
Methods inherited from class java.lang.Object |
---|
|
Method Detail |
public static java.lang.String strip(java.lang.String s)
s
- the string to strip.public static int getCharArrayLength(byte[] data, int i)
data
- the byte array to test.i
- the starting index to scan from.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |