Represents a zip file in the classpath.
When a Zip file is located in the classpath, a ZipResolver is instantiated that encapsulates the
path and performs searches in that zip. This class is used primarily to allow easy association of
the zip file with the jar entry's attributes.
When a file is resolved from a JarEntrySpec, Attributes are added for the zip file and last
modification time.
author: Original Code: John W. Kohler author: Jesse Stockall version: $Revision: 1.4 $ $Date: 2003/02/23 10:06:10 $ |