irc
Class StringParser

java.lang.Object
  |
  +--irc.StringParser

public class StringParser
extends java.lang.Object

String parser.


Constructor Summary
StringParser()
           
 
Method Summary
 java.lang.String[] parseString(java.lang.String line)
          Parse the string.
static java.lang.String trim(java.lang.String t)
          Trim the given string, without removing non-printable characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringParser

public StringParser()
Method Detail

trim

public static java.lang.String trim(java.lang.String t)
Trim the given string, without removing non-printable characters.

Parameters:
t - string to trim.
Returns:
trimmed string.

parseString

public java.lang.String[] parseString(java.lang.String line)
Parse the string.

Parameters:
line - string to parse.
Returns:
arrays of strings.