Package org.xins.common.text

Text-related utility classes.

See:
          Description

Class Summary
DateConverter Utility class for converting a UNIX Epoch date to a human-readable time stamp.
FastStringBuffer Deprecated. since 2.0 use Stringbuffer or String
HexConverter Utility class for converting numbers to unsigned hex strings and vice versa.
PatternUtils Regular expressions related utility functions.
SimplePatternParser Simple pattern parser.
TextUtils Text-related utility functions.
URLEncoding URL encoding utility functions with Unicode support.
 

Exception Summary
FormatException Exception thrown if a character string does not match a certain format.
ParseException Exception thrown to indicate a parsing failure.
 

Package org.xins.common.text Description

Text-related utility classes.

Since:
XINS 1.0.0


See http://www.xins.org/.