Added Methods |
String byteToHexString(byte[], int, int)
|
Given an array of bytes it will convert the bytes to a hex string
representation of the bytes
|
String escapeHTML(String )
|
Escapes HTML Special characters present in the string. |
String escapeString(String, char, char[])
|
@param charsToEscape array of characters to be escaped |
int findNext(String, char, char, int, StringBuilder)
|
Finds the first occurrence of the separator character ignoring the escaped
separators starting from the index. |
String formatTime(long )
|
Given the time in long milliseconds, returns a
String in the format Xhrs, Ymins, Z sec. |
String unEscapeString(String, char, char[])
|
@param charsToEscape array of characters to unescape |