sunlabs.brazil.util |
|
Java Source File Name | Type | Comment |
Base64.java | Class | Utility to base64 encode and decode a string. |
Format.java | Class | Format a string by substituting values into it,
either from an array of strings, or a properties object. |
Glob.java | Class | Glob-style string matching and substring extraction. |
LexHTML.java | Class | This class breaks up HTML into tokens.
This class differs slightly from LexML as follows: after certain tags,
like the <script> tag, the body that follows is
uninterpreted data and ends only at the next, in this case,
</script> tag, not at the just the next
"<" or ">" character. |
LexML.java | Class | This class breaks angle-bracket-separated markup languages like SGML, XML,
and HTML into tokens. |
PJwrapper.java | Class | Wrap a pJama invocation, to allow for persistent operation. |
SocketFactory.java | Interface | This interface is used as a heap to control the allocation of sockets.
An instance of this interface can be passed to methods that allocate
sockets. |
Sort.java | Class | Placeholder for useful sorting utilities. |
StringMap.java | Class | The StringMap class is a substitute for the Hashtable.
The StringMap has the following properties:
- Maps case-insensitive string keys to string values.
- The case of the keys is preserved.
- Values may be
null .
- Preserves the relative order of the data.
|