|
Class Summary |
| AssociativeFile |
AssociativeFile.
|
| AssociativeReader |
base classs for associative strings and files
A stream containings pairs key = value, each pair on a single line
key can have spaces
Comments in the form #, // or as usual C-like /* ... |
| AssociativeString |
|
| BootstrapJarClassLoader |
A META class loader for loading jar files. interesting the class can load jar
classes from different JARs and from the same jar (if this class is jarred
with other jars... |
| JarClassLoader |
A class loader for loading jar files, both local and remote. |
| MetaJarClassLoader |
A Meta class loader for loading jar files in many situations.
|
| MetaJarResources |
Class that implements reading data from a Jar file. |
| MetaUt |
Utilities for Meta classes, helper for Reflection and so on |
| ResourceMgr |
A class to retrieve resource no matter where they are: on the file system, in a JAR, in
the currently executing JAR or in a JAR inside the currently executing JAR.
|
| StringManip |
class for manipulating strings........ |
| StringQuoteTokenizer |
class StringQuoteTokenizer
acts like the java.util.StringTokenizer, but treats as a single token
multiple tokens enclosed in quotation marks
default behaviour: trats " as quoting character |
| Unzip |
Unzipper class. |
| Ut |
|