org.apache.bcel.util

Class ClassPath.Zip

Enclosing Class:
ClassPath
Implemented Interfaces:
Serializable

private static class ClassPath.Zip
extends ClassPath.PathEntry

Field Summary

private ZipFile
zip

Constructor Summary

Zip(ZipFile z)

Method Summary

(package private) ClassPath.ClassFile
getClassFile(String name, String suffix)

Methods inherited from class org.apache.bcel.util.ClassPath.PathEntry

getClassFile

Field Details

zip

private ZipFile zip

Constructor Details

Zip

(package private)  Zip(ZipFile z)

Method Details

getClassFile

(package private)  ClassPath.ClassFile getClassFile(String name,
                                                    String suffix)
            throws IOException
Overrides:
getClassFile in interface ClassPath.PathEntry