See: Description
Class | Description |
---|---|
ArrayTools |
Tools for dealing with arrays.
|
ByteTools |
This class provides static methods that make it easier to work with bytes
or groups of bytes. Since working with individual bytes is relatively
easy, our emphasis is primarily on groups of bytes.
|
Prefs |
Easily load and save user-specific settings in the user's home directory,
and efficiently. This class handles the tedious aspects of determining
the user's home directory (when an absolute path is not provided), handling
file I/O passively so that IOException handling can be deferred, etc.
|
StringParser |
StringParser is a collection of static String parsing methods designed to
simplify often complex or especially cumbersome String operations.
|
Convenient utility classes that help make commonly needed programming tasks easier.