See: Description
| Interface | Description |
|---|---|
| Appender |
This is a companion class to Appendable.
|
| Class | Description |
|---|---|
| Base32 | |
| DateFormatPool |
This is a wrapper for DateFormat.
|
| DelimitedString |
Simple class for building a String that is delimited by commas or brackets or whatever.
|
| StackTracer |
Converts a java stack trace to a String as well as to Strings written to an Appendable.
|
| StringChunker |
Provides the ability to "walk" through a String
using
find() methods, parsing found "chunks" one at a time. |