org.xins.common.text |
Text-related utility classes.
@since XINS 1.0.0
|
Java Source File Name | Type | Comment |
DateConverter.java | Class | Utility class for converting a UNIX Epoch date to a human-readable time
stamp. |
FastStringBuffer.java | Class | Fast, unsynchronized string buffer implementation. |
FormatException.java | Class | Exception thrown if a character string does not match a certain format. |
HexConverter.java | Class | Utility class for converting numbers to unsigned hex strings and vice
versa. |
ParseException.java | Class | Exception thrown to indicate a parsing failure. |
PatternUtils.java | Class | Regular expressions related utility functions. |
SimplePatternParser.java | Class | Simple pattern parser.
Format
A simple pattern is a text string that may contain letters, digits,
underscores, hyphens, dots and the wildcard characters '*'
(asterisk) and '?' (question mark).
The location of an asterisk indicates any number of characters is
allowed. |
TextUtils.java | Class | Text-related utility functions. |
URLEncoding.java | Class | URL encoding utility functions with Unicode support. |