This package provides useful utility classes. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them.
The package mainly consists of implementations of a few utilities:
Logging: Utilities used by the standard Java
Logger.
Tokenizer: Uses the standard Java
StringTokenizer to tokenize given strings by a given separator.
Compression: Uses the standard Java
Deflator and
Inflator to compresses and decompress data.
Cloner: Clones any seriazable object and all seriazable member
objects.
Converter: Converts bytes to binary strings, to hexadecimal
strings, and hexadecimal strings to bytes.
Installation
This package, currently declared as rschmidt.utils is available in
zip
format including a JAR file, binaries, source files, JavaDoc API
documentation and an Apache ANT build file.
To use it, add the binaries or the jar file in your classpath and import them
in your Java files: