See: Description
Class | Description |
---|---|
JarClassLoader |
This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories.
|
NestableURLConnection |
An URLConnection that can access URLs in nested archives (for example a resource in a jar nested in another jar).
|
NestableURLConstructor |
This class is able to construct a nestable URL with arbitrary levels of nested zip elements.
|
ParseUtil |
A class that contains useful routines common for encoding and decoding file names to/from UTF8.
|
ZipStreamHandler |
A Zip URLStreamHandler.
|
ZipStreamHandlerFactory |
A zip URLStreamHandlerFactory.
|
NestableURLConnection
is a connection which can point to an URL nested inside archives in an archive fileJarClassLoader
is a class loader which can load class files nezsted inside inside archives in an archive fileThis package uses heavily classes from the java.net package and associated private classes, all under the LGPL license and coming from the OpenJDL project.