private static class ClassPath.Zip extends ClassPath.PathEntry
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
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) |
private static final long serialVersionUID
private java.util.zip.ZipFile zip
java.net.URL getResource(java.lang.String name)
getResource in class ClassPath.PathEntryjava.io.InputStream getResourceAsStream(java.lang.String name)
getResourceAsStream in class ClassPath.PathEntryClassPath.ClassFile getClassFile(java.lang.String name, java.lang.String suffix) throws java.io.IOException
getClassFile in class ClassPath.PathEntryjava.io.IOException