private static class ClassPath.Zip extends ClassPath.PathEntry
Modifier and Type | Field and Description |
---|---|
private java.util.zip.ZipFile |
zip |
Constructor and Description |
---|
Zip(java.util.zip.ZipFile z) |
Modifier and Type | Method and Description |
---|---|
(package private) ClassPath.ClassFile |
getClassFile(java.lang.String name,
java.lang.String suffix) |
(package private) java.net.URL |
getResource(java.lang.String name) |
(package private) java.io.InputStream |
getResourceAsStream(java.lang.String name) |
java.net.URL getResource(java.lang.String name)
getResource
in class ClassPath.PathEntry
java.io.InputStream getResourceAsStream(java.lang.String name)
getResourceAsStream
in class ClassPath.PathEntry
ClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
getClassFile
in class ClassPath.PathEntry
java.io.IOException