|
Class Summary |
| Archive |
Collection of static methods for handling files and jar archives. |
| Assert |
Class Assert provides some static methods to check some inline conditions.
|
| Base64 |
Class Base64 can be used for base64-encoding a byte array
and/or for base64-decoding a base64-string. |
| Configure |
Configure helps the loading and saving of configuration data. |
| DateFormat |
Class DateFormat replaces the format method of java.text.DateFormat. |
| ExceptionPrinter |
Class ExceptionPrinter just contains method getStackTrace(Exception e)
for getting a String reporting the stack-trace and description of Exception e. |
| HashSet |
HashSet |
| Iterator |
Iterator |
| Log |
Class Log allows the printing of log messages onto standard output
or files or any PrintStream.
|
| LogLevel |
LogLevel provides a set of static log levels that can be used as default. |
| Mangle |
Mangle collects some static methods for mangling binary-data structures |
| MD5 |
MD5 hash algorithm.
|
| MD5OTP |
OTP (One Time Pad) encryption algorithm based on MD5 hash function.
|
| MessageDigest |
Generic hash/message-digest algorithm. |
| Parser |
Class Parser allows the parsing of String objects.
|
| Random |
Class Random collects some static methods for generating
random numbers and other stuff. |
| RotatingLog |
Class RotatingLog extends Log with log file rotation. |
| SimpleDigest |
Simple and fast hash/message-digest algorithm. |
| Timer |
A Timer is a simple object that fires an onTimeout() method to its TimerListener when the time expires.
|