| A type of class which can generate a new InputStream based on just a
partial name. Useful if a resource is loaded from a specific location
(classpath resource, file system, URL, etc), and it references other
resources which must be loaded relative to it.
The generators should be first created using the original full resource
name. Then, each stream generated is relative to that first resource
location. If the first resource location is requested, then it should
be considered absolute (not relative to itself).
author: Matt Albrecht groboclown@users.sourceforge.net since: 0.9.1d Alpha (sometime in 2001) version: $Date: 2003/05/19 20:31:47 $ |